Cycle Tab

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

Cycle Tabคืออะไร?

Cycle Tab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย CycleTab และคุณลักษณะหลักของมันคือ "Cycle through all your favourite Chrome tab extensions when you open a new tab."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Cycle Tab

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    ]
}