SwiftClick

A new way to switch from tab to tab that works well in fullscreen mode

O que é SwiftClick?

SwiftClick é uma extensão do Chrome desenvolvida por Unknown, e sua principal característica é "A new way to switch from tab to tab that works well in fullscreen mode".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão SwiftClick

Baixe arquivos de extensão SwiftClick 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

                        Updated after reading some user comments from the first initial version.                    

Informações Básicas da Extensão

Nome SwiftClick SwiftClick
ID klgdaeahdagfidknfeaonkmofcclnceb
URL Oficial https://chromewebstore.google.com/detail/swiftclick/klgdaeahdagfidknfeaonkmofcclnceb
Descrição A new way to switch from tab to tab that works well in fullscreen mode
Tamanho do Arquivo 20.61 KB
Contagem de Instalações 85
Versão Atual 1.4
Última Atualização 2014-08-30
Data de Publicação 2014-08-29
Classificação 1.80/5 Total de 5 Avaliações
Desenvolvedor Unknown
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "manifest_version": 2,
    "background": {
        "scripts": [
            "js\/bg.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "js\/content.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "description": "A new way to switch from tab to tab that works well in fullscreen mode",
    "icons": {
        "128": "images\/icon128.png",
        "16": "images\/icon16.png",
        "48": "images\/icon48.png"
    },
    "name": "SwiftClick",
    "options_page": "options.html",
    "page_action": {
        "default_icon": "images\/icon16.png"
    },
    "permissions": [
        "tabs",
        ""
    ],
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.4"
}