Tab Carousel

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

Co to jest Tab Carousel?

Tab Carousel to rozszerzenie Chrome opracowane przez shaefer, a jego główną funkcją jest „An extension to allow the rotating of tabs with customizable timers per tab.”.

Pobierz plik CRX rozszerzenia Tab Carousel

Pobierz pliki rozszerzeń Tab Carousel w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                                            

Podstawowe informacje o rozszerzeniu

Nazwa Tab Carousel Tab Carousel
ID hecpojfehconfimlbkfjpenmdcjfjiko
Oficjalny URL https://chrome.google.com/webstore/detail/tab-carousel/hecpojfehconfimlbkfjpenmdcjfjiko
Opis An extension to allow the rotating of tabs with customizable timers per tab.
Rozmiar pliku 10.56 KB
Liczba instalacji 944
Aktualna Wersja 0.1.4
Ostatnia Aktualizacja 2014-07-09
Data Publikacji 2014-07-09
Ocena 4.00/5 Łącznie 7 Oceny
Deweloper shaefer
Typ Płatności free
Adres URL Strony Pomocy https://bitbucket.org/danielshaefer/carousel-chrome-extension
Obsługiwane Języki 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"
    }
}