SwiftClick

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

什么是SwiftClick?

SwiftClick是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“A new way to switch from tab to tab that works well in fullscreen mode”。

扩展截图

screenshot

下载SwiftClick扩展crx文件

下载SwiftClick扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 SwiftClick SwiftClick
ID klgdaeahdagfidknfeaonkmofcclnceb
官方URL https://chromewebstore.google.com/detail/swiftclick/klgdaeahdagfidknfeaonkmofcclnceb
简介 A new way to switch from tab to tab that works well in fullscreen mode
文件大小 20.61 KB
安装次数 85
当前版本 1.4
更新时间 2014-08-30
上架时间 2014-08-29
评分 1.80/5 共5次评分
开发者 Unknown
付费类型 free
支持的语言 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"
}