SwiftClick

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

Wat is SwiftClick?

SwiftClick is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "A new way to switch from tab to tab that works well in fullscreen mode".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie SwiftClick

Download SwiftClick-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam SwiftClick SwiftClick
ID klgdaeahdagfidknfeaonkmofcclnceb
Officiële URL https://chromewebstore.google.com/detail/swiftclick/klgdaeahdagfidknfeaonkmofcclnceb
Beschrijving A new way to switch from tab to tab that works well in fullscreen mode
Bestandsgrootte 20.61 KB
Aantal Installaties 85
Huidige Versie 1.4
Laatst Bijgewerkt 2014-08-30
Publicatiedatum 2014-08-29
Beoordeling 1.80/5 Totaal 5 Beoordelingen
Ontwikkelaar Unknown
Betalingswijze free
Ondersteunde Talen 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"
}