Tab Roulette
Tab slideshow plugin - Awesome for in-office dashboards!
¿Qué es Tab Roulette?
Tab Roulette es una extensión de Chrome desarrollada por https://blog.developer-b.com, y su función principal es "Tab slideshow plugin - Awesome for in-office dashboards!".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Tab Roulette
Descarga archivos de extensión Tab Roulette en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | Tab Roulette |
ID | dlgdimppibbgkjbhnfbkgbfgiclmjlch |
URL Oficial | https://chromewebstore.google.com/detail/tab-roulette/dlgdimppibbgkjbhnfbkgbfgiclmjlch |
Descripción | Tab slideshow plugin - Awesome for in-office dashboards! |
Tamaño del Archivo | 237 KB |
Cantidad de Instalaciones | 1,250 |
Versión Actual | 0.5 |
Última Actualización | 2013-08-30 |
Fecha de Publicación | 2013-08-30 |
Calificación | 4.75/5 Total de 12 Calificaciones |
Desarrollador | https://blog.developer-b.com |
Tipo de Pago | free |
URL de la Página de Ayuda | https://github.com/kimble/chrome-tab-roulette |
Idiomas Soportados | 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", " |