SwiftClick

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

Cos'è SwiftClick?

SwiftClick è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "A new way to switch from tab to tab that works well in fullscreen mode".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione SwiftClick

Scarica i file di estensione SwiftClick 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

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

Informazioni di Base sull'Estensione

Nome SwiftClick SwiftClick
ID klgdaeahdagfidknfeaonkmofcclnceb
URL Ufficiale https://chromewebstore.google.com/detail/swiftclick/klgdaeahdagfidknfeaonkmofcclnceb
Descrizione A new way to switch from tab to tab that works well in fullscreen mode
Dimensione del File 20.61 KB
Conteggio Installazioni 85
Versione Corrente 1.4
Ultimo Aggiornamento 2014-08-30
Data di Pubblicazione 2014-08-29
Valutazione 1.80/5 Totale 5 Valutazioni
Sviluppatore Unknown
Tipo di Pagamento free
Lingue Supportate 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"
}