Like on GitHub
Use this extension to save your links to your GitHub repo.
Τι είναι το Like on GitHub;
Το Like on GitHub είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Adnan Ahmed, και η κύρια λειτουργία του είναι "Use this extension to save your links to your GitHub repo.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Like on GitHub
Λήψη αρχείων επέκτασης Like on GitHub σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | fbkngleiiccokoifohhjhlagkejlphkj |
Επίσημο URL | https://chromewebstore.google.com/detail/like-on-github/fbkngleiiccokoifohhjhlagkejlphkj |
Περιγραφή | Use this extension to save your links to your GitHub repo. |
Μέγεθος Αρχείου | 105 KB |
Αριθμός Εγκαταστάσεων | 62 |
Τρέχουσα Έκδοση | 2.1.0 |
Τελευταία Ενημέρωση | 2018-05-27 |
Ημερομηνία Δημοσίευσης | 2018-05-26 |
Αξιολόγηση | 5.00/5 Συνολικά 2 Αξιολογήσεις |
Προγραμματιστής | Adnan Ahmed |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://github.com/Idnan |
Διεύθυνση URL της Σελίδας Βοήθειας | https://adnanahmed.info |
Υποστηριζόμενες Γλώσσες | 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" } |