TabPacker
Bring all tabs into TabPacker
Qu'est-ce que TabPacker ?
TabPacker est une extension Chrome développée par https://whatever-will-be-que-sera-sera.tumblr.com, et sa fonction principale est "Bring all tabs into TabPacker".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension TabPacker
Téléchargez les fichiers d'extension TabPacker 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
just click on the TabPacker icon in the top right side next to address bar. Double-click icon: Tab Packer Single-click icon: Open Tab Container Shortcut keys ------------------------ TabPaker = Alt + P **Change shortcut keys Just open the extensions page scroll to the bottom of the page and click "Configure commands". ------------------------ By clicking the TabPacker icon all the tabs will convert into a list, and will be available in a single tab. When you need to access the tabs again, you can either restore them individually or all.
Informations de Base sur l'Extension
Nom | TabPacker |
ID | enhgdbcbbhomncfniecilneicdopfdog |
URL Officiel | https://chromewebstore.google.com/detail/tabpacker/enhgdbcbbhomncfniecilneicdopfdog |
Description | Bring all tabs into TabPacker |
Taille du Fichier | 98.11 KB |
Nombre d'Installations | 65 |
Version Actuelle | 2.1 |
Dernière Mise à Jour | 2015-05-09 |
Date de Publication | 2015-05-08 |
Évaluation | 4.80/5 Total 5 Évaluations |
Développeur | https://whatever-will-be-que-sera-sera.tumblr.com |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "TabPacker", "version": "2.1", "description": "Bring all tabs into TabPacker", "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "options_page": "options.html", "browser_action": { "default_icon": "icon19.png", "default_title": "TabPacker" }, "web_accessible_resources": [ "stack.html", "load.html" ], "commands": { "myCommand_tabpacker": { "suggested_key": { "default": "Alt+P" }, "description": "Send tabs command" } }, "permissions": [ "chrome:\/\/favicon\/*", "tabs", " |