Tab Carousel
An extension to allow the rotating of tabs with customizable timers per tab.
What is Tab Carousel?
Tab Carousel is a Chrome extension developed by shaefer, and its main feature is "An extension to allow the rotating of tabs with customizable timers per tab.".
Download Tab Carousel Extension CRX File
Download Tab Carousel extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extension Basic Information
Name | |
ID | hecpojfehconfimlbkfjpenmdcjfjiko |
Official URL | https://chrome.google.com/webstore/detail/tab-carousel/hecpojfehconfimlbkfjpenmdcjfjiko |
Description | An extension to allow the rotating of tabs with customizable timers per tab. |
File Size | 10.56 KB |
Installation Count | 944 |
Current Version | 0.1.4 |
Last Updated | 2014-07-09 |
Publish Date | 2014-07-09 |
Rating | 4.00/5 Total 7 Ratings |
Developer | shaefer |
Payment Type | free |
Help Page URL | https://bitbucket.org/danielshaefer/carousel-chrome-extension |
Supported Languages | 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" } } |