Slideshow

Create a slideshow from all images on the page!

Wat is Slideshow?

Slideshow is een Chrome-extensie ontwikkeld door http://64bitdragon.com, en de belangrijkste functie is "Create a slideshow from all images on the page!".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Slideshow

Download Slideshow-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Slideshow Slideshow
ID dhfkiofcnkapfpcpcpaindoikmimefnc
Officiële URL https://chrome.google.com/webstore/detail/slideshow/dhfkiofcnkapfpcpcpaindoikmimefnc
Beschrijving Create a slideshow from all images on the page!
Bestandsgrootte 133 KB
Aantal Installaties 645
Huidige Versie 1.0
Laatst Bijgewerkt 2018-08-26
Publicatiedatum 2018-08-26
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar http://64bitdragon.com
Betalingswijze free
Extensiewebsite http://64bitdragon.com
Ondersteunde Talen 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
}