Tab.Domainator
Extension that allows you to see your open tabs in a tree of domains, and quickly close or navigate to them
Was ist Tab.Domainator?
Tab.Domainator ist eine Chrome-Erweiterung, die von bertofer entwickelt wurde, und ihr Hauptmerkmal ist "Extension that allows you to see your open tabs in a tree of domains, and quickly close or navigate to them".
Erweiterungsscreenshots
Tab.Domainator-Erweiterungs-CRX-Datei herunterladen
Laden Sie Tab.Domainator-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
This extension allows you to manage your currently open tabs in a domain-grouped way. Allowing you to close all tabs from a certain domain, and also navigate to any tab. It also comes with the option to reorder your tabs in chrome by domain, the same order as shown in the sidebar of the extension. It's also open source!! Visit https://github.com/bertofer/chrome-tab-domainator
Grundlegende Informationen zur Erweiterung
Name | Tab.Domainator |
ID | kifgblcabcanlajafepiimafnekjhplm |
Offizielle URL | https://chromewebstore.google.com/detail/tabdomainator/kifgblcabcanlajafepiimafnekjhplm |
Beschreibung | Extension that allows you to see your open tabs in a tree of domains, and quickly close or navigate to them |
Dateigröße | 838 KB |
Installationsanzahl | 11 |
Aktuelle Version | 0.1.0 |
Letztes Update | 2016-08-18 |
Veröffentlichungsdatum | 2016-08-18 |
Entwickler | bertofer |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/bertofer/chrome-tab-domainator |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tab.Domainator", "version": "0.1.0", "manifest_version": 2, "description": "Extension that allows you to see your open tabs in a tree of domains, and quickly close or navigate to them", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "background": { "scripts": [ "src\/bg\/background.js" ], "persistent": true }, "browser_action": { "name": "Click to open the extension sidebar" }, "permissions": [ "tabs", "activeTab", "http:\/\/*\/*", "*:\/\/*\/*" ], "web_accessible_resources": [ "src\/page-sidebar\/*" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |