SwiftClick

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

Qu'est-ce que SwiftClick ?

SwiftClick est une extension Chrome développée par Unknown, et sa fonction principale est "A new way to switch from tab to tab that works well in fullscreen mode".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension SwiftClick

Téléchargez les fichiers d'extension SwiftClick au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom SwiftClick SwiftClick
ID klgdaeahdagfidknfeaonkmofcclnceb
URL Officiel https://chromewebstore.google.com/detail/swiftclick/klgdaeahdagfidknfeaonkmofcclnceb
Description A new way to switch from tab to tab that works well in fullscreen mode
Taille du Fichier 20.61 KB
Nombre d'Installations 85
Version Actuelle 1.4
Dernière Mise à Jour 2014-08-30
Date de Publication 2014-08-29
Évaluation 1.80/5 Total 5 Évaluations
Développeur Unknown
Type de Paiement free
Langues Prises en Charge 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"
}