Tab Carousel

An extension to allow the rotating of tabs with customizable timers per tab.

Cos'è Tab Carousel?

Tab Carousel è un'estensione di Chrome sviluppata da shaefer, e la sua funzione principale è "An extension to allow the rotating of tabs with customizable timers per tab.".

Scarica il file CRX dell'estensione Tab Carousel

Scarica i file di estensione Tab Carousel 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

                                            

Informazioni di Base sull'Estensione

Nome Tab Carousel Tab Carousel
ID hecpojfehconfimlbkfjpenmdcjfjiko
URL Ufficiale https://chrome.google.com/webstore/detail/tab-carousel/hecpojfehconfimlbkfjpenmdcjfjiko
Descrizione An extension to allow the rotating of tabs with customizable timers per tab.
Dimensione del File 10.56 KB
Conteggio Installazioni 944
Versione Corrente 0.1.4
Ultimo Aggiornamento 2014-07-09
Data di Pubblicazione 2014-07-09
Valutazione 4.00/5 Totale 7 Valutazioni
Sviluppatore shaefer
Tipo di Pagamento free
URL della Pagina di Aiuto https://bitbucket.org/danielshaefer/carousel-chrome-extension
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tab Carousel",
    "short_name": "Tab Carousel",
    "description": "An extension to allow the rotating of tabs with customizable timers per tab.",
    "version": "0.1.4",
    "author": "Daniel Shaefer",
    "permissions": [
        "tabs"
    ],
    "options_page": "options.html",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icon-stop.png",
        "default_title": "Start Carousel"
    }
}