Tab Carousel
An extension to allow the rotating of tabs with customizable timers per tab.
Qu'est-ce que Tab Carousel ?
Tab Carousel est une extension Chrome développée par shaefer, et sa fonction principale est "An extension to allow the rotating of tabs with customizable timers per tab.".
Télécharger le fichier CRX de l'extension Tab Carousel
Téléchargez les fichiers d'extension Tab Carousel au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Informations de Base sur l'Extension
Nom | |
ID | hecpojfehconfimlbkfjpenmdcjfjiko |
URL Officiel | https://chrome.google.com/webstore/detail/tab-carousel/hecpojfehconfimlbkfjpenmdcjfjiko |
Description | An extension to allow the rotating of tabs with customizable timers per tab. |
Taille du Fichier | 10.56 KB |
Nombre d'Installations | 944 |
Version Actuelle | 0.1.4 |
Dernière Mise à Jour | 2014-07-09 |
Date de Publication | 2014-07-09 |
Évaluation | 4.00/5 Total 7 Évaluations |
Développeur | shaefer |
Type de Paiement | free |
URL de la Page d'Aide | https://bitbucket.org/danielshaefer/carousel-chrome-extension |
Langues Prises en Charge | 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" } } |