Hawkeye - Intuitive Tab Manager

Intuitive tab manager

Cos'è Hawkeye - Intuitive Tab Manager?

Hawkeye - Intuitive Tab Manager è un'estensione di Chrome sviluppata da katashin, e la sua funzione principale è "Intuitive tab manager".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Hawkeye - Intuitive Tab Manager

Scarica i file di estensione Hawkeye - Intuitive Tab Manager in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Hawkeye is a tab manager. You can move tabs between each window intuitively on Hawkeye. You probably manage tabs easily because Hawkeye shows the snapshots of tabs.

source code: https://github.com/ktsn/hawkeye                    

Informazioni di Base sull'Estensione

Nome Hawkeye - Intuitive Tab Manager Hawkeye - Intuitive Tab Manager
ID cjmopppnmoghfkipjcgjgjkbfeaehldi
URL Ufficiale https://chromewebstore.google.com/detail/hawkeye-intuitive-tab-man/cjmopppnmoghfkipjcgjgjkbfeaehldi
Descrizione Intuitive tab manager
Dimensione del File 207 KB
Conteggio Installazioni 46
Versione Corrente 0.4.0
Ultimo Aggiornamento 2016-06-13
Data di Pubblicazione 2016-06-13
Valutazione 2.00/5 Totale 2 Valutazioni
Sviluppatore katashin
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Hawkeye - Intuitive Tab Manager",
    "description": "Intuitive tab manager",
    "version": "0.4.0",
    "author": "katashin",
    "background": {
        "scripts": [
            "js\/util\/observable.js",
            "js\/util\/db.js",
            "js\/service\/database_service.js",
            "js\/repository\/config_repository.js",
            "js\/repository\/snapshot_repository.js",
            "js\/model\/tab.js",
            "js\/model\/window.js",
            "js\/model\/snapshot.js",
            "js\/tab_manager.js",
            "js\/background.js"
        ]
    },
    "permissions": [
        "tabs",
        ""
    ],
    "browser_action": {
        "default_icon": "images\/icon.png"
    }
}