Tab Carousel
An extension to allow the rotating of tabs with customizable timers per tab.
¿Qué es Tab Carousel?
Tab Carousel es una extensión de Chrome desarrollada por shaefer, y su función principal es "An extension to allow the rotating of tabs with customizable timers per tab.".
Descargar Archivo CRX de la Extensión Tab Carousel
Descarga archivos de extensión Tab Carousel 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
Información Básica de la Extensión
Nombre | |
ID | hecpojfehconfimlbkfjpenmdcjfjiko |
URL Oficial | https://chrome.google.com/webstore/detail/tab-carousel/hecpojfehconfimlbkfjpenmdcjfjiko |
Descripción | An extension to allow the rotating of tabs with customizable timers per tab. |
Tamaño del Archivo | 10.56 KB |
Cantidad de Instalaciones | 944 |
Versión Actual | 0.1.4 |
Última Actualización | 2014-07-09 |
Fecha de Publicación | 2014-07-09 |
Calificación | 4.00/5 Total de 7 Calificaciones |
Desarrollador | shaefer |
Tipo de Pago | free |
URL de la Página de Ayuda | https://bitbucket.org/danielshaefer/carousel-chrome-extension |
Idiomas Soportados | 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" } } |