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"
}