Cycle Tab

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

Was ist Cycle Tab?

Cycle Tab ist eine Chrome-Erweiterung, die von CycleTab entwickelt wurde, und ihr Hauptmerkmal ist "Cycle through all your favourite Chrome tab extensions when you open a new tab.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Cycle Tab-Erweiterungs-CRX-Datei herunterladen

Laden Sie Cycle Tab-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Cycle Tab Cycle Tab
ID ijhbdahcljlkbhcaagjmhkhdmgamokdl
Offizielle URL https://chromewebstore.google.com/detail/cycle-tab/ijhbdahcljlkbhcaagjmhkhdmgamokdl
Beschreibung Cycle through all your favourite Chrome tab extensions when you open a new tab.
Dateigröße 216 KB
Installationsanzahl 528
Aktuelle Version 1.2.1
Letztes Update 2015-10-07
Veröffentlichungsdatum 2015-10-07
Bewertung 4.67/5 Insgesamt 12 Bewertungen
Entwickler CycleTab
Zahlungsart free
Erweiterungswebsite http://www.cycletab.rocks
Hilfeseite URL http://www.cycletab.rocks/help.html
Unterstützte Sprachen 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"
    ]
}