Organize Tabs
Organize tabs in Google Chrome.
Qu'est-ce que Organize Tabs ?
Organize Tabs est une extension Chrome développée par https://hacktoolkit.com, et sa fonction principale est "Organize tabs in Google Chrome.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Organize Tabs
Téléchargez les fichiers d'extension Organize Tabs 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
Organize Google Chrome Tabs with the click of a button. Once you use this plugin, you'll never go back to manually wrangling your tabs ever again! Features: - Collate Tabs - Consolidate All Tabs - Consolidate Pinned vs Unpinned Tabs - Deduplicate Tabs - Sort Tabs in Window - Close All Tabs from this Domain - Close Blank Tabs - Bring All Windows To Front
Informations de Base sur l'Extension
Nom | Organize Tabs |
ID | ebnlpacdgjnofakgfgbildmjdhbibnpa |
URL Officiel | https://chromewebstore.google.com/detail/organize-tabs/ebnlpacdgjnofakgfgbildmjdhbibnpa |
Description | Organize tabs in Google Chrome. |
Taille du Fichier | 53.35 KB |
Nombre d'Installations | 111 |
Version Actuelle | 0.9.0 |
Dernière Mise à Jour | 2023-01-20 |
Date de Publication | 2020-09-23 |
Évaluation | 5.00/5 Total 6 Évaluations |
Développeur | https://hacktoolkit.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/hacktoolkit/organize-tabs-chrome-extension |
URL de la Page d'Aide | https://github.com/hacktoolkit/organize-tabs-chrome-extension |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Organize Tabs", "version": "0.9.0", "description": "Organize tabs in Google Chrome.", "icons": { "16": "img\/organize_tabs_icon_128.png", "64": "img\/organize_tabs_icon_128.png", "128": "img\/organize_tabs_icon_128.png" }, "action": { "default_icon": "img\/organize_tabs_icon_128.png", "default_popup": "src\/popup.html", "default_title": "Organize Tabs" }, "author": "Hacktoolkit (@hacktoolkit)", "options_ui": { "page": "src\/options.html" }, "permissions": [ "contextMenus", "tabs" ], "background": { "service_worker": "src\/js\/organize_tabs.js" }, "short_name": "Organize Tabs" } |