TabMan
Save your tabs, organize and reload them whenever you like
Qu'est-ce que TabMan ?
TabMan est une extension Chrome développée par gili yohanan, et sa fonction principale est "Save your tabs, organize and reload them whenever you like".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension TabMan
Téléchargez les fichiers d'extension TabMan 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
You can save your favorite tabs and reload them whenever you like. Also you can place a timer to each tab or window so it deletes automaticaly from history. TabSaver helps you to organize and manage your tabs and wondows.
Informations de Base sur l'Extension
Nom | TabMan |
ID | mjecgmidbglkbhhhbijalnpnbelnhgnh |
URL Officiel | https://chromewebstore.google.com/detail/tabman/mjecgmidbglkbhhhbijalnpnbelnhgnh |
Description | Save your tabs, organize and reload them whenever you like |
Taille du Fichier | 868 KB |
Nombre d'Installations | 83 |
Version Actuelle | 3.1.0 |
Dernière Mise à Jour | 2015-12-31 |
Date de Publication | 2015-12-30 |
Évaluation | 5.00/5 Total 5 Évaluations |
Développeur | gili yohanan |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "TabMan", "description": "Save your tabs, organize and reload them whenever you like", "version": "3.1.0", "browser_action": { "default_title": "TabMan", "default_popup": "index.html" }, "commands": { "arrange": { "suggested_key": { "default": "Alt+A", "windows": "Alt+A", "mac": "Alt+A" }, "description": "arrange my tabs" }, "split": { "suggested_key": { "default": "Alt+S", "windows": "Alt+S", "mac": "Alt+S" }, "description": "split window" }, "merge": { "suggested_key": { "default": "Alt+M", "windows": "Alt+M", "mac": "Alt+M" }, "description": "merge windows" }, "past": { "suggested_key": { "default": "Alt+V", "windows": "Alt+V", "mac": "Alt+V" }, "description": "past my tab" }, "copy": { "description": "copy my tab" }, "cut": { "description": "cut my tab" } }, "icons": { "32": "1.png", "64": "1.png" }, "background": { "scripts": [ "jquery.js", "background.js" ] }, "permissions": [ "tabs", "activeTab", "storage" ] } |