Tab Carousel
An extension to allow the rotating of tabs with customizable timers per tab.
Wat is Tab Carousel?
Tab Carousel is een Chrome-extensie ontwikkeld door shaefer, en de belangrijkste functie is "An extension to allow the rotating of tabs with customizable timers per tab.".
Download het CRX-bestand van de extensie Tab Carousel
Download Tab Carousel-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Basisinformatie over de Extensie
Naam | |
ID | hecpojfehconfimlbkfjpenmdcjfjiko |
Officiële URL | https://chrome.google.com/webstore/detail/tab-carousel/hecpojfehconfimlbkfjpenmdcjfjiko |
Beschrijving | An extension to allow the rotating of tabs with customizable timers per tab. |
Bestandsgrootte | 10.56 KB |
Aantal Installaties | 944 |
Huidige Versie | 0.1.4 |
Laatst Bijgewerkt | 2014-07-09 |
Publicatiedatum | 2014-07-09 |
Beoordeling | 4.00/5 Totaal 7 Beoordelingen |
Ontwikkelaar | shaefer |
Betalingswijze | free |
Help Pagina-URL | https://bitbucket.org/danielshaefer/carousel-chrome-extension |
Ondersteunde Talen | 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" } } |