Tab Roulette
Tab slideshow plugin - Awesome for in-office dashboards!
Was ist Tab Roulette?
Tab Roulette ist eine Chrome-Erweiterung, die von https://blog.developer-b.com entwickelt wurde, und ihr Hauptmerkmal ist "Tab slideshow plugin - Awesome for in-office dashboards!".
Erweiterungsscreenshots
Tab Roulette-Erweiterungs-CRX-Datei herunterladen
Laden Sie Tab Roulette-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Tab Roulette |
ID | dlgdimppibbgkjbhnfbkgbfgiclmjlch |
Offizielle URL | https://chromewebstore.google.com/detail/tab-roulette/dlgdimppibbgkjbhnfbkgbfgiclmjlch |
Beschreibung | Tab slideshow plugin - Awesome for in-office dashboards! |
Dateigröße | 237 KB |
Installationsanzahl | 1,250 |
Aktuelle Version | 0.5 |
Letztes Update | 2013-08-30 |
Veröffentlichungsdatum | 2013-08-30 |
Bewertung | 4.75/5 Insgesamt 12 Bewertungen |
Entwickler | https://blog.developer-b.com |
Zahlungsart | free |
Hilfeseite URL | https://github.com/kimble/chrome-tab-roulette |
Unterstützte Sprachen | 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", " |