Tab Roulette
Tab slideshow plugin - Awesome for in-office dashboards!
Vad är Tab Roulette?
Tab Roulette är en Chrome-tillägg utvecklad av https://blog.developer-b.com, och dess huvudfunktion är "Tab slideshow plugin - Awesome for in-office dashboards!".
Tilläggsskärmbilder
Ladda ner Tab Roulette-förlängningens CRX-fil
Ladda ner Tab Roulette-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | Tab Roulette |
ID | dlgdimppibbgkjbhnfbkgbfgiclmjlch |
Officiell webbadress | https://chromewebstore.google.com/detail/tab-roulette/dlgdimppibbgkjbhnfbkgbfgiclmjlch |
Beskrivning | Tab slideshow plugin - Awesome for in-office dashboards! |
Filstorlek | 237 KB |
Antal Installationer | 1,250 |
Aktuell Version | 0.5 |
Senast Uppdaterad | 2013-08-30 |
Publiceringsdatum | 2013-08-30 |
Betyg | 4.75/5 Totalt 12 Betyg |
Utvecklare | https://blog.developer-b.com |
Betalningssätt | free |
Hjälpsida URL | https://github.com/kimble/chrome-tab-roulette |
Stödda Språk | 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", " |