AnnoTabe
Leave annotations on tabs you want to get back to later
Τι είναι το AnnoTabe;
Το AnnoTabe είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Manish Goregaokar, και η κύρια λειτουργία του είναι "Leave annotations on tabs you want to get back to later".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης AnnoTabe
Λήψη αρχείων επέκτασης AnnoTabe σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Sometimes one ends up with a lot of tabs, each of which has some unfinished task associated with it -- which is why the tab hasn't been closed. This extension lets one annotate tabs with extra information. This information can be associated with the particular tab (by unticking the "persist" option), or just the page URL. This is useful both for remembering why you had a tab open, and for recovering from crashes. The extension will have a yellow icon on tabs with annotations. One can also view a list of all the annotations, and go to the relevant tab directly from there. See http://softwarerecs.stackexchange.com/a/1913/19 for more information. Special thanks to @TildalWave for the icon!
Βασικές Πληροφορίες Επέκτασης
Όνομα | AnnoTabe |
ID | fdhebnledngmjdkhgamneiapbmjeigee |
Επίσημο URL | https://chromewebstore.google.com/detail/annotabe/fdhebnledngmjdkhgamneiapbmjeigee |
Περιγραφή | Leave annotations on tabs you want to get back to later |
Μέγεθος Αρχείου | 23.89 KB |
Αριθμός Εγκαταστάσεων | 164 |
Τρέχουσα Έκδοση | 1.3.4 |
Τελευταία Ενημέρωση | 2015-04-29 |
Ημερομηνία Δημοσίευσης | 2015-04-29 |
Αξιολόγηση | 5.00/5 Συνολικά 6 Αξιολογήσεις |
Προγραμματιστής | Manish Goregaokar |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "AnnoTabe", "description": "Leave annotations on tabs you want to get back to later", "version": "1.3.4", "permissions": [ "tabs", "storage" ], "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": { "19": "icontildal19.png", "38": "icontildal19.png" }, "default_popup": "popup.html" }, "icons": { "16": "icontildalactive16.png", "48": "icontildalactive48.png", "128": "icontildalactive128.png" }, "incognito": "spanning" } |