WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Simple Slideshow

Simple Slideshow

View on Chrome Web Store
View Simple Slideshow Chrome Extension on Chrome Web Store
Add to bookmarks
1.2 (26 ratings)
5 views
This extension has been viewed 5 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

A simple slideshow for displaying your offline images in sequential or random order
Type
ChromeOS Game
Users
1,000 users
Website chromebeat.com
chromebeatadmin
View author page of chromebeatadmin
Published
Published on December 5, 2014
Version 0.0.3
Manifest version
2
Updated
Updated on December 7, 2014
lifestyle/art
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Simple Slideshow Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Simple Slideshow",
    "short_name": "Slideshow",
    "description": "A simple slideshow for displaying your offline images in sequential or random order",
    "author": "Kyle Graehl",
    "version": "0.0.3",
    "manifest_version": 2,
    "offline_enabled": true,
    "minimum_chrome_version": "34",
    "app": {
        "background": {
            "scripts": [
                "background.js"
            ]
        }
    },
    "permissions": [
        "storage",
        {
            "mediaGalleries": [
                "read",
                "allAutoDetected"
            ]
        },
        "notifications"
    ],
    "icons": {
        "16": "ico_16.png",
        "19": "ico_19.png",
        "32": "ico_32.png",
        "38": "ico_38.png",
        "48": "ico_48.png",
        "64": "ico_64.png",
        "96": "ico_96.png",
        "128": "ico_128.png"
    }
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top