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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة 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"
    ]
}