SwiftClick

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

What is SwiftClick?

SwiftClick is a Chrome extension developed by Unknown, and its main feature is "A new way to switch from tab to tab that works well in fullscreen mode".

Extension Screenshots

screenshot

Download SwiftClick Extension CRX File

Download SwiftClick extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name SwiftClick SwiftClick
ID klgdaeahdagfidknfeaonkmofcclnceb
Official URL https://chromewebstore.google.com/detail/swiftclick/klgdaeahdagfidknfeaonkmofcclnceb
Description A new way to switch from tab to tab that works well in fullscreen mode
File Size 20.61 KB
Installation Count 85
Current Version 1.4
Last Updated 2014-08-30
Publish Date 2014-08-29
Rating 1.80/5 Total 5 Ratings
Developer Unknown
Payment Type free
Supported Languages 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"
}