Tab.Domainator

Extension that allows you to see your open tabs in a tree of domains, and quickly close or navigate to them

Qu'est-ce que Tab.Domainator ?

Tab.Domainator est une extension Chrome développée par bertofer, et sa fonction principale est "Extension that allows you to see your open tabs in a tree of domains, and quickly close or navigate to them".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Tab.Domainator

Téléchargez les fichiers d'extension Tab.Domainator 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

                        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                    

Informations de Base sur l'Extension

Nom Tab.Domainator Tab.Domainator
ID kifgblcabcanlajafepiimafnekjhplm
URL Officiel https://chromewebstore.google.com/detail/tabdomainator/kifgblcabcanlajafepiimafnekjhplm
Description Extension that allows you to see your open tabs in a tree of domains, and quickly close or navigate to them
Taille du Fichier 838 KB
Nombre d'Installations 11
Version Actuelle 0.1.0
Dernière Mise à Jour 2016-08-18
Date de Publication 2016-08-18
Développeur bertofer
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/bertofer/chrome-tab-domainator
Langues Prises en Charge 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'"
}