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
电子邮箱 [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"
}