Cycle Tab

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

¿Qué es Cycle Tab?

Cycle Tab es una extensión de Chrome desarrollada por CycleTab, y su función principal es "Cycle through all your favourite Chrome tab extensions when you open a new tab.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Cycle Tab

Descarga archivos de extensión Cycle Tab en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Cycle Tab Cycle Tab
ID ijhbdahcljlkbhcaagjmhkhdmgamokdl
URL Oficial https://chromewebstore.google.com/detail/cycle-tab/ijhbdahcljlkbhcaagjmhkhdmgamokdl
Descripción Cycle through all your favourite Chrome tab extensions when you open a new tab.
Tamaño del Archivo 216 KB
Cantidad de Instalaciones 528
Versión Actual 1.2.1
Última Actualización 2015-10-07
Fecha de Publicación 2015-10-07
Calificación 4.67/5 Total de 12 Calificaciones
Desarrollador CycleTab
Tipo de Pago free
Sitio Web de la Extensión http://www.cycletab.rocks
URL de la Página de Ayuda http://www.cycletab.rocks/help.html
Idiomas Soportados 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"
    ]
}