Url Slideshow

Turns your browser into a slideshow of URLs. - Using just one tab for all URLs for minimal memory/resource footprint - You can…

What is Url Slideshow?

Url Slideshow is a Chrome extension developed by Proddi, and its main feature is "Turns your browser into a slideshow of URLs. - Using just one tab for all URLs for minimal memory/resource footprint - You can…".

Extension Screenshots

screenshot
screenshot

Download Url Slideshow Extension CRX File

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

                        Turns your browser into a slideshow of URLs.

- Using just one tab for all URLs for minimal memory/resource footprint
- You can switch the tab without get intercept from the slideshow
- Easy contextMenu navigation for adding/removing/showing
- Fullscreen- / Autostart-feature for automation
- Also perfect to run on a Raspberry PI :)

https://github.com/proddi/urlslideshow                    

Extension Basic Information

Name Url Slideshow Url Slideshow
ID pdblffiahfjjldpkngdpaegghhamefam
Official URL https://chromewebstore.google.com/detail/url-slideshow/pdblffiahfjjldpkngdpaegghhamefam
Description Turns your browser into a slideshow of URLs. - Using just one tab for all URLs for minimal memory/resource footprint - You can…
File Size 47.35 KB
Installation Count 42,887
Current Version 0.5.0
Last Updated 2016-07-13
Publish Date 2016-07-13
Rating 4.59/5 Total 17 Ratings
Developer Proddi
Email [email protected]
Payment Type free
Extension Website https://github.com/proddi/urlslideshow
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Url Slideshow",
    "author": "[email protected]",
    "homepage_url": "https:\/\/github.com\/proddi\/urlslideshow",
    "version": "0.5.0",
    "manifest_version": 2,
    "icons": {
        "16": "icons\/slideshow-24.png",
        "48": "icons\/slideshow-48.png",
        "128": "icons\/slideshow-128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "icons\/slideshow-24.png",
            "38": "icons\/slideshow-48.png"
        },
        "default_title": "Start\/Stop the show..."
    },
    "options_ui": {
        "page": "html\/options.html",
        "chrome_style": true
    },
    "background": {
        "scripts": [
            "js\/SlideShow.js",
            "js\/background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "contextMenus",
        "tabs"
    ]
}