Tab Roulette
Tab slideshow plugin - Awesome for in-office dashboards!
Qu'est-ce que Tab Roulette ?
Tab Roulette est une extension Chrome développée par https://blog.developer-b.com, et sa fonction principale est "Tab slideshow plugin - Awesome for in-office dashboards!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Tab Roulette
Téléchargez les fichiers d'extension Tab Roulette 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
This extension will cycle through any open tabs. It comes with an option page allowing you to specify how long each tab should be displayed and whether or not it should be reloaded. Upon opening the options dialog it'll cycle through all the tabs to take a screenshot making it easier to see which tab you're configuring. Keep in mind that this was an evening project and probably contain a lot of rough edges so don't blame me if something catches on fire.
Informations de Base sur l'Extension
Nom | Tab Roulette |
ID | dlgdimppibbgkjbhnfbkgbfgiclmjlch |
URL Officiel | https://chromewebstore.google.com/detail/tab-roulette/dlgdimppibbgkjbhnfbkgbfgiclmjlch |
Description | Tab slideshow plugin - Awesome for in-office dashboards! |
Taille du Fichier | 237 KB |
Nombre d'Installations | 1,250 |
Version Actuelle | 0.5 |
Dernière Mise à Jour | 2013-08-30 |
Date de Publication | 2013-08-30 |
Évaluation | 4.75/5 Total 12 Évaluations |
Développeur | https://blog.developer-b.com |
Type de Paiement | free |
URL de la Page d'Aide | https://github.com/kimble/chrome-tab-roulette |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tab Roulette", "version": "0.5", "description": "Tab slideshow plugin - Awesome for in-office dashboards!", "options_page": "src\/view\/mission-control.html", "browser_action": { "default_icon": "src\/images\/icon_19x19_grey.png", "default_title": "Tab roulette" }, "background": { "scripts": [ "src\/jslib\/underscore-1.4.3.js", "src\/js\/lib.js", "src\/js\/background.js" ] }, "permissions": [ "tabs", "storage", "background", " |