Cycle Tab
Cycle through all your favourite Chrome tab extensions when you open a new tab.
Cos'è Cycle Tab?
Cycle Tab è un'estensione di Chrome sviluppata da CycleTab, e la sua funzione principale è "Cycle through all your favourite Chrome tab extensions when you open a new tab.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Cycle Tab
Scarica i file di estensione Cycle Tab in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Cycle Tab |
ID | ijhbdahcljlkbhcaagjmhkhdmgamokdl |
URL Ufficiale | https://chromewebstore.google.com/detail/cycle-tab/ijhbdahcljlkbhcaagjmhkhdmgamokdl |
Descrizione | Cycle through all your favourite Chrome tab extensions when you open a new tab. |
Dimensione del File | 216 KB |
Conteggio Installazioni | 528 |
Versione Corrente | 1.2.1 |
Ultimo Aggiornamento | 2015-10-07 |
Data di Pubblicazione | 2015-10-07 |
Valutazione | 4.67/5 Totale 12 Valutazioni |
Sviluppatore | CycleTab |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://www.cycletab.rocks |
URL della Pagina di Aiuto | http://www.cycletab.rocks/help.html |
Lingue Supportate | 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" ] } |