Chrome Slideshow

Allows you to setup a slideshow of webpages as your new tab page.

What is Chrome Slideshow?

Chrome Slideshow is a Chrome extension developed by https://sites.google.com/site/caseygoodhew, and its main feature is "Allows you to setup a slideshow of webpages as your new tab page.".

Download Chrome Slideshow Extension CRX File

Download Chrome 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

                        Allows you to setup a slideshow of webpages as your new tab page.                    

Extension Basic Information

Name Chrome Slideshow Chrome Slideshow
ID egfodlnoolmphdoamdckpcbdbefleekl
Official URL https://chromewebstore.google.com/detail/chrome-slideshow/egfodlnoolmphdoamdckpcbdbefleekl
Description Allows you to setup a slideshow of webpages as your new tab page.
File Size 10.74 KB
Installation Count 268
Current Version 0.3
Last Updated 2016-02-08
Publish Date 2016-02-07
Developer https://sites.google.com/site/caseygoodhew
Payment Type free
Extension Website https://github.com/caseygoodhew/chrome-slideshow
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Chrome Slideshow",
    "description": "Allows you to setup a slideshow of webpages as your new tab page.",
    "version": "0.3",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "chrome_url_overrides": {
        "newtab": "main.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "options_page": "options.html",
    "icons": {
        "16": "grid-16.png",
        "48": "grid-48.png",
        "128": "grid-128.png"
    }
}