Tab Shelf
Let's group and organize too many tabs!!
Qu'est-ce que Tab Shelf ?
Tab Shelf est une extension Chrome développée par kota, et sa fonction principale est "Let's group and organize too many tabs!!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Tab Shelf
Téléchargez les fichiers d'extension Tab Shelf 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
Tab Shelf organizes tabs that are too open. If you're using Chrome, you may end up with too many tabs and you cannot find the tab you want. Tab Shelf is recommended in such cases. Tab Shelf allows you to group open tabs and evacuate them. For example, when you want to do online shopping while writing a article, save a lot of tabs for your material as a "Article materials". That way, the Chrome tabs are clean and you can focus on online shopping. You can restore a saved tab at any time. If you close your browser, Tab Shelf is not forget tabs.
Informations de Base sur l'Extension
Nom | |
ID | kjfciegmjpnkfackjbdpoioamkdhhplf |
URL Officiel | https://chrome.google.com/webstore/detail/tab-shelf/kjfciegmjpnkfackjbdpoioamkdhhplf |
Description | Let's group and organize too many tabs!! |
Taille du Fichier | 17 KB |
Nombre d'Installations | 521 |
Version Actuelle | 1.3.1 |
Dernière Mise à Jour | 2021-03-28 |
Date de Publication | 2020-04-21 |
Évaluation | 3.67/5 Total 9 Évaluations |
Développeur | kota |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tab Shelf", "description": "__MSG_description__", "version": "1.3.1", "default_locale": "en", "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "browser_action": { "default_popup": "popup.html" }, "permissions": [ "tabs", "storage" ] } |