Like on GitHub
Use this extension to save your links to your GitHub repo.
Was ist Like on GitHub?
Like on GitHub ist eine Chrome-Erweiterung, die von Adnan Ahmed entwickelt wurde, und ihr Hauptmerkmal ist "Use this extension to save your links to your GitHub repo.".
Erweiterungsscreenshots
Like on GitHub-Erweiterungs-CRX-Datei herunterladen
Laden Sie Like on GitHub-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Remembering the links that you like on internet is difficult. So use this extension to save the links that you like on web to your github repo. Setting up this chrome extension is easy. Just install this extension and go to Options page to set the required credentials. After setting these credentials extension is ready to use. Press CMD+SHIFT+L and a window will open, click on the the save button in the window and your link will be saved to your github repo. For more information you can visit: https://github.com/Idnan/like-on-github
Grundlegende Informationen zur Erweiterung
Name | |
ID | fbkngleiiccokoifohhjhlagkejlphkj |
Offizielle URL | https://chromewebstore.google.com/detail/like-on-github/fbkngleiiccokoifohhjhlagkejlphkj |
Beschreibung | Use this extension to save your links to your GitHub repo. |
Dateigröße | 105 KB |
Installationsanzahl | 62 |
Aktuelle Version | 2.1.0 |
Letztes Update | 2018-05-27 |
Veröffentlichungsdatum | 2018-05-26 |
Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
Entwickler | Adnan Ahmed |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/Idnan |
Hilfeseite URL | https://adnanahmed.info |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Like on GitHub", "short_name": "LikeOnGitHub", "description": "Use this extension to save your links to your GitHub repo.", "version": "2.1.0", "background": { "scripts": [ "background.js" ], "persistent": false }, "icons": { "16": "assets\/icons\/standard-16.png", "48": "assets\/icons\/standard-48.png", "64": "assets\/icons\/standard-64.png", "128": "assets\/icons\/standard-128.png" }, "permissions": [ "storage", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "browser_action": { "default_title": "Like on GitHub", "default_icon": "assets\/icons\/standard-16.png" }, "manifest_version": 2, "homepage_url": "http:\/\/github.com\/idnan", "options_page": "options.html" } |