Speed Tabs

Save time, improve work efficiency! Easily and quickly switch all open web pages

Speed Tabsとは何ですか?

Speed TabsはEasyToolsによって開発されたChromeの拡張機能で、その主な機能は「Save time, improve work efficiency! Easily and quickly switch all open web pages」です。

拡張機能のスクリーンショット

screenshot
screenshot

Speed Tabs拡張機能のCRXファイルをダウンロード

Speed Tabs拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        打开的标签页太多后很难找到我们想要的标签, Speed Tabs解决了这个问题, 它快速轻巧,快速定位你想要的页面。                    

拡張機能の基本情報

名前 Speed Tabs Speed Tabs
ID cfpdibiakfhmeccilnmhdlhaicbnnafe
公式URL https://chromewebstore.google.com/detail/speed-tabs/cfpdibiakfhmeccilnmhdlhaicbnnafe
説明 Save time, improve work efficiency! Easily and quickly switch all open web pages
ファイルサイズ 48.06 KB
インストール数 542
現在のバージョン 1.0.1
最終更新日 2017-02-05
公開日 2017-02-04
評価 4.65/5 合計 23 レビュー
開発者 EasyTools
Eメール [email protected]
支払い方法 free
対応言語 de,en,fr,es,it,pt-BR,pt-PT,ru,zh-CN,zh-TW,ja
manifest.json
{
    "background": {
        "scripts": [
            "core\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "img\/mini.png",
        "default_popup": "core\/popup.html",
        "default_title": "Speed Tabs"
    },
    "content_scripts": [
        {
            "js": [
                "core\/changecapture.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.google-analytics.com; object-src 'self'",
    "default_locale": "en",
    "description": "__MSG_description__",
    "icons": {
        "128": "img\/mini-128.png",
        "16": "img\/mini-16.png",
        "32": "img\/mini-32.png",
        "48": "img\/mini-48.png"
    },
    "manifest_version": 2,
    "name": "__MSG_extname__",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "unlimitedStorage"
    ],
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.1"
}