Tab Carousel

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

O que é Tab Carousel?

Tab Carousel é uma extensão do Chrome desenvolvida por shaefer, e sua principal característica é "An extension to allow the rotating of tabs with customizable timers per tab.".

Baixar o arquivo CRX da Extensão Tab Carousel

Baixe arquivos de extensão Tab Carousel no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                                            

Informações Básicas da Extensão

Nome Tab Carousel Tab Carousel
ID hecpojfehconfimlbkfjpenmdcjfjiko
URL Oficial https://chrome.google.com/webstore/detail/tab-carousel/hecpojfehconfimlbkfjpenmdcjfjiko
Descrição An extension to allow the rotating of tabs with customizable timers per tab.
Tamanho do Arquivo 10.56 KB
Contagem de Instalações 944
Versão Atual 0.1.4
Última Atualização 2014-07-09
Data de Publicação 2014-07-09
Classificação 4.00/5 Total de 7 Avaliações
Desenvolvedor shaefer
Tipo de Pagamento free
URL da Página de Ajuda https://bitbucket.org/danielshaefer/carousel-chrome-extension
Idiomas Suportados 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"
    }
}