Slideshow
Create a slideshow from all images on the page!
What is Slideshow?
Slideshow is a Chrome extension developed by http://64bitdragon.com, and its main feature is "Create a slideshow from all images on the page!".
Extension Screenshots
Download Slideshow Extension CRX File
Download 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
This Extension makes it easy to view any webpage as a slideshow. It will automatically search the page for all images and convert them into a gallery.
Extension Basic Information
Name | |
ID | dhfkiofcnkapfpcpcpaindoikmimefnc |
Official URL | https://chrome.google.com/webstore/detail/slideshow/dhfkiofcnkapfpcpcpaindoikmimefnc |
Description | Create a slideshow from all images on the page! |
File Size | 133 KB |
Installation Count | 645 |
Current Version | 1.0 |
Last Updated | 2018-08-26 |
Publish Date | 2018-08-26 |
Rating | 5.00/5 Total 1 Ratings |
Developer | http://64bitdragon.com |
Payment Type | free |
Extension Website | http://64bitdragon.com |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Slideshow", "short_name": "Slideshow", "version": "1.0", "description": "Create a slideshow from all images on the page!", "permissions": [ "activeTab", "declarativeContent", "storage" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "page_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/icon_16x16.png", "32": "images\/icon_32x32.png", "48": "images\/icon_48x48.png", "128": "images\/icon_128x128.png" } }, "icons": { "16": "images\/icon_16x16.png", "32": "images\/icon_32x32.png", "48": "images\/icon_48x48.png", "128": "images\/icon_128x128.png" }, "manifest_version": 2 } |