Comic Updater
A button that replaces the bookmark location that shares the most characters with the current tab with the current tab's location.
Τι είναι το Comic Updater;
Το Comic Updater είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον ian.hannibal.lake, και η κύρια λειτουργία του είναι "A button that replaces the bookmark location that shares the most characters with the current tab with the current tab's location.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Comic Updater
Λήψη αρχείων επέκτασης Comic Updater σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
For those of us that are way behind on your favorite web comic, the only way to make any progress is to: 1. Open a bookmark to the latest comic you've read 2. Read any number of comics 3. Manually copy and paste the new link to the latest comic you've read back in to your bookmark This add-on automates that process by providing you a one click bookmark updater. It works by finding the bookmark whose link is closest to your current tab (ie, the closest link to your current tab of http://xkcd.com/699/ might be your bookmark to http://xkcd.com/680) and replacing that bookmark's link with your current tab's link. In the case where there are two bookmarks that are equally close, you'll get a popup saying that the add-on could not find a unique closest bookmark and no changes will be made. Note this extension is also available for Firefox: https://addons.mozilla.org/en-US/firefox/addon/comicupdater/
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | pclklbdlpfhhbigalgggdfgiegbkipne |
Επίσημο URL | https://chrome.google.com/webstore/detail/comic-updater/pclklbdlpfhhbigalgggdfgiegbkipne |
Περιγραφή | A button that replaces the bookmark location that shares the most characters with the current tab with the current tab's location. |
Μέγεθος Αρχείου | 15.27 KB |
Αριθμός Εγκαταστάσεων | 181 |
Τρέχουσα Έκδοση | 1.0 |
Τελευταία Ενημέρωση | 2021-10-30 |
Ημερομηνία Δημοσίευσης | 2017-12-09 |
Αξιολόγηση | 4.67/5 Συνολικά 21 Αξιολογήσεις |
Προγραμματιστής | ian.hannibal.lake |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Comic Updater", "description": "A button that replaces the bookmark location that shares the most characters with the current tab with the current tab's location.", "version": "1.0", "manifest_version": 2, "background": { "scripts": [ "eventPage.js" ] }, "options_page": "options.html", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "bookmarks", "notifications", "tabs" ], "browser_action": { "default_title": "Update Closest Bookmark", "default_icon": "icon16.png" }, "offline_enabled": true } |