Revolver - Tabs
Automatically rotate through open tabs. By Ben Hedrington
Revolver - Tabs क्या है?
Revolver - Tabs Ben Hedrington द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automatically rotate through open tabs. By Ben Hedrington"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Revolver - Tabs एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
A slideshow for the web.... Revolver - Tabs Revolver - Tabs takes your current open tabs and rotates between each of them pausing for as many seconds as you like and continuing until you stop it. Revolver - Tabs can reload the tabs on each view or not if you choose. Optionally Revolver - Tabs can wait while you are active in your browser and only rotate when you are inactive. ** We'd like to thank Wayne Goyer for sharing some significant and highly requested updates. The power of open source software! ** This was created for using Google Chrome full-screen to power unattended screens like kiosks or tv displays where rotating dynamic/live web content is needed. Feel free to contact me if you have any questions... Ben Hedrington Twitter - @benhedrington More Contact - http://buildcontext.com/blog/about v0.1 - Initial Working Alpha v0.2 - Updates from Fred Emmott - Rotation pauses if browser is being used, works on multiple windows. v0.3 - Added more options, some bug fixes. Now with clearer icons when Tabs is running, waiting and stopped. v0.5 - Updates from Aurimas Liutikas v0.6 - With Automatic Start and updated Options page. v0.7 - Significant updates from Wayne Goyer, advanced settings for each tab with highly requested features. If you can help add features go for it! The code is here: https://github.com/benhedrington/revolver-chrome-extensions
एक्सटेंशन की मूल जानकारी
नाम | Revolver - Tabs |
ID | dlknooajieciikpedpldejhhijacnbda |
आधिकारिक URL | https://chromewebstore.google.com/detail/revolver-tabs/dlknooajieciikpedpldejhhijacnbda |
विवरण | Automatically rotate through open tabs. By Ben Hedrington |
फ़ाइल का आकार | 21.17 KB |
स्थापना संख्या | 241,690 |
वर्तमान संस्करण | 0.71 |
अंतिम अपडेट | 2016-06-13 |
प्रकाशन तिथि | 2016-06-13 |
रेटिंग | 4.55/5 कुल 240 रेटिंग्स |
डेवलपर | Ben Hedrington |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://www.buildcontext.com/ |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "background": { "page": "bg.html" }, "browser_action": { "default_icon": "revolver_t_19.png", "default_title": "Revolver - Tabs - Automatically rotate through open tabs." }, "description": "Automatically rotate through open tabs. By Ben Hedrington", "icons": { "128": "revolver_t_128.png", "48": "revolver_t_48.png" }, "name": "Revolver - Tabs", "options_page": "options.html", "permissions": [ "tabs", "idle" ], "version": "0.71" } |