Cycle Tab

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

Cycle Tab là gì?

Cycle Tab là một tiện ích mở rộng Chrome được phát triển bởi CycleTab, và tính năng chính của nó là "Cycle through all your favourite Chrome tab extensions when you open a new tab.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Cycle Tab

Tải xuống các tệp mở rộng Cycle Tab dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Cycle Tab Cycle Tab
ID ijhbdahcljlkbhcaagjmhkhdmgamokdl
URL Chính Thức https://chromewebstore.google.com/detail/cycle-tab/ijhbdahcljlkbhcaagjmhkhdmgamokdl
Mô tả Cycle through all your favourite Chrome tab extensions when you open a new tab.
Kích Thước Tệp 216 KB
Số Lần Cài Đặt 528
Phiên Bản Hiện Tại 1.2.1
Cập Nhật Lần Cuối 2015-10-07
Ngày Phát Hành 2015-10-07
Đánh Giá 4.67/5 Tổng số 12 Đánh Giá
Nhà Phát Triển CycleTab
Loại Thanh Toán free
Trang Web Mở Rộng http://www.cycletab.rocks
URL Trang Trợ Giúp http://www.cycletab.rocks/help.html
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}