Simple Tab Slideshow

A simple extension for tab slideshows. Switches tabs in a single window every 2 seconds. Non-configurable.

What is Simple Tab Slideshow?

Simple Tab Slideshow is a Chrome extension developed by Alexandre Brault, and its main feature is "A simple extension for tab slideshows. Switches tabs in a single window every 2 seconds. Non-configurable.".

Download Simple Tab Slideshow Extension CRX File

Download Simple Tab Slideshow 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

                        A simple extension for tab slideshows. Switches tabs in a single window every 2 seconds. Non-configurable.                    

Extension Basic Information

Name Simple Tab Slideshow Simple Tab Slideshow
ID phcfegbcdbhkdhcpjoafmdagbolebdei
Official URL https://chrome.google.com/webstore/detail/simple-tab-slideshow/phcfegbcdbhkdhcpjoafmdagbolebdei
Description A simple extension for tab slideshows. Switches tabs in a single window every 2 seconds. Non-configurable.
File Size 13.86 KB
Installation Count 304
Current Version 0.1
Last Updated 2014-06-17
Publish Date 2014-06-17
Rating 3.00/5 Total 2 Ratings
Developer Alexandre Brault
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": false,
        "scripts": [
            "script.js"
        ]
    },
    "icons": {
        "128": "icon.png",
        "48": "icon-48.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "icon-play-19.png",
            "38": "icon-play-38.png"
        },
        "default_title": "Rotate tabs"
    },
    "manifest_version": 2,
    "name": "Simple Tab Slideshow",
    "permissions": [],
    "version": "0.1"
}