SwiftClick

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

Vad är SwiftClick?

SwiftClick är en Chrome-tillägg utvecklad av Unknown, och dess huvudfunktion är "A new way to switch from tab to tab that works well in fullscreen mode".

Tilläggsskärmbilder

screenshot

Ladda ner SwiftClick-förlängningens CRX-fil

Ladda ner SwiftClick-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn SwiftClick SwiftClick
ID klgdaeahdagfidknfeaonkmofcclnceb
Officiell webbadress https://chromewebstore.google.com/detail/swiftclick/klgdaeahdagfidknfeaonkmofcclnceb
Beskrivning A new way to switch from tab to tab that works well in fullscreen mode
Filstorlek 20.61 KB
Antal Installationer 85
Aktuell Version 1.4
Senast Uppdaterad 2014-08-30
Publiceringsdatum 2014-08-29
Betyg 1.80/5 Totalt 5 Betyg
Utvecklare Unknown
Betalningssätt free
Stödda Språk 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"
}