Hawkeye - Intuitive Tab Manager

Intuitive tab manager

O que é Hawkeye - Intuitive Tab Manager?

Hawkeye - Intuitive Tab Manager é uma extensão do Chrome desenvolvida por katashin, e sua principal característica é "Intuitive tab manager".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Hawkeye - Intuitive Tab Manager

Baixe arquivos de extensão Hawkeye - Intuitive Tab Manager no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Hawkeye - Intuitive Tab Manager Hawkeye - Intuitive Tab Manager
ID cjmopppnmoghfkipjcgjgjkbfeaehldi
URL Oficial https://chromewebstore.google.com/detail/hawkeye-intuitive-tab-man/cjmopppnmoghfkipjcgjgjkbfeaehldi
Descrição Intuitive tab manager
Tamanho do Arquivo 207 KB
Contagem de Instalações 46
Versão Atual 0.4.0
Última Atualização 2016-06-13
Data de Publicação 2016-06-13
Classificação 2.00/5 Total de 2 Avaliações
Desenvolvedor katashin
Tipo de Pagamento free
Idiomas Suportados 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"
    }
}