Slideshow
Create a slideshow from all images on the page!
Qu'est-ce que Slideshow ?
Slideshow est une extension Chrome développée par http://64bitdragon.com, et sa fonction principale est "Create a slideshow from all images on the page!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Slideshow
Téléchargez les fichiers d'extension Slideshow au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | dhfkiofcnkapfpcpcpaindoikmimefnc |
URL Officiel | https://chrome.google.com/webstore/detail/slideshow/dhfkiofcnkapfpcpcpaindoikmimefnc |
Description | Create a slideshow from all images on the page! |
Taille du Fichier | 133 KB |
Nombre d'Installations | 645 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2018-08-26 |
Date de Publication | 2018-08-26 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | http://64bitdragon.com |
Type de Paiement | free |
Site Web de l'Extension | http://64bitdragon.com |
Langues Prises en Charge | 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 } |