Tab Roulette
Tab slideshow plugin - Awesome for in-office dashboards!
Hvad er Tab Roulette?
Tab Roulette er en Chrome-udvidelse udviklet af https://blog.developer-b.com, og dens hovedfunktion er "Tab slideshow plugin - Awesome for in-office dashboards!".
Udvidelsesskærmbilleder
Download Tab Roulette-udvidelses-CRX-fil
Download Tab Roulette-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | Tab Roulette |
ID | dlgdimppibbgkjbhnfbkgbfgiclmjlch |
Officiel URL | https://chromewebstore.google.com/detail/tab-roulette/dlgdimppibbgkjbhnfbkgbfgiclmjlch |
Beskrivelse | Tab slideshow plugin - Awesome for in-office dashboards! |
Filstørrelse | 237 KB |
Antal Installationer | 1,250 |
Nuværende Version | 0.5 |
Senest Opdateret | 2013-08-30 |
Udgivelsesdato | 2013-08-30 |
Bedømmelse | 4.75/5 Samlet 12 Bedømmelser |
Udvikler | https://blog.developer-b.com |
Betalingsmetode | free |
Hjælpeside-URL | https://github.com/kimble/chrome-tab-roulette |
Understøttede Sprog | 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", " |