AnnoTabe
Leave annotations on tabs you want to get back to later
Qu'est-ce que AnnoTabe ?
AnnoTabe est une extension Chrome développée par Manish Goregaokar, et sa fonction principale est "Leave annotations on tabs you want to get back to later".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension AnnoTabe
Téléchargez les fichiers d'extension AnnoTabe au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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!
Informations de Base sur l'Extension
Nom | AnnoTabe |
ID | fdhebnledngmjdkhgamneiapbmjeigee |
URL Officiel | https://chromewebstore.google.com/detail/annotabe/fdhebnledngmjdkhgamneiapbmjeigee |
Description | Leave annotations on tabs you want to get back to later |
Taille du Fichier | 23.89 KB |
Nombre d'Installations | 164 |
Version Actuelle | 1.3.4 |
Dernière Mise à Jour | 2015-04-29 |
Date de Publication | 2015-04-29 |
Évaluation | 5.00/5 Total 6 Évaluations |
Développeur | Manish Goregaokar |
Type de Paiement | free |
Langues Prises en Charge | 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" } |