Organize Tabs
Organize tabs in Google Chrome.
Wat is Organize Tabs?
Organize Tabs is een Chrome-extensie ontwikkeld door https://hacktoolkit.com, en de belangrijkste functie is "Organize tabs in Google Chrome.".
Extensie Screenshots
Download het CRX-bestand van de extensie Organize Tabs
Download Organize Tabs-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | Organize Tabs |
ID | ebnlpacdgjnofakgfgbildmjdhbibnpa |
Officiële URL | https://chromewebstore.google.com/detail/organize-tabs/ebnlpacdgjnofakgfgbildmjdhbibnpa |
Beschrijving | Organize tabs in Google Chrome. |
Bestandsgrootte | 53.35 KB |
Aantal Installaties | 111 |
Huidige Versie | 0.9.0 |
Laatst Bijgewerkt | 2023-01-20 |
Publicatiedatum | 2020-09-23 |
Beoordeling | 5.00/5 Totaal 6 Beoordelingen |
Ontwikkelaar | https://hacktoolkit.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/hacktoolkit/organize-tabs-chrome-extension |
Help Pagina-URL | https://github.com/hacktoolkit/organize-tabs-chrome-extension |
Ondersteunde Talen | 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" } |