Cycle Tab

Cycle through all your favourite Chrome tab extensions when you open a new tab.

什么是Cycle Tab?

Cycle Tab是由CycleTab开发的Chrome扩展程序,该扩展的主要功能是“Cycle through all your favourite Chrome tab extensions when you open a new tab.”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Cycle Tab扩展crx文件

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

扩展使用说明

                        Why use one Chrome tab extension when you can use them all? 

CycleTab lets you cycle through all your favourite Chrome tab extensions when you open a new tab. You never know what you’re going to get!

It works with all Chrome new tab extension. Simply enable CycleTab and all the Chrome tab extensions you want to cycle through. When you open a new tab CycleTab will pick an extension for you!

Use all your favourite Chrome new tab extensions, like: Momentum, HelloTab, Panda4, Product Hunt, and more!

Check the options page to switch between cycle and random mode.                    

扩展基本信息

名称 Cycle Tab Cycle Tab
ID ijhbdahcljlkbhcaagjmhkhdmgamokdl
官方URL https://chromewebstore.google.com/detail/cycle-tab/ijhbdahcljlkbhcaagjmhkhdmgamokdl
简介 Cycle through all your favourite Chrome tab extensions when you open a new tab.
文件大小 216 KB
安装次数 528
当前版本 1.2.1
更新时间 2015-10-07
上架时间 2015-10-07
评分 4.67/5 共12次评分
开发者 CycleTab
付费类型 free
扩展官网 http://www.cycletab.rocks
帮助页面URL http://www.cycletab.rocks/help.html
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Cycle Tab",
    "description": "Cycle through all your favourite Chrome tab extensions when you open a new tab.",
    "version": "1.2.1",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon128.png",
        "128": "images\/icon128.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "permissions": [
        "http:\/\/api.cycletab.rocks\/*",
        "storage",
        "management"
    ]
}