Photo SlideShow

Turn Photos into a SlideShow!

Qu'est-ce que Photo SlideShow ?

Photo SlideShow est une extension Chrome développée par https://www.sermak.ca, et sa fonction principale est "Turn Photos into a SlideShow!".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Photo SlideShow

Téléchargez les fichiers d'extension Photo 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

                        Turn your Chromebook, PC or Tablet into a Digital Photo Frame!

- Shrinks/Expands photos without displaying black bars!
- Allows user to set custom delay between each new photo.
- Able to run full screen or without changing your browser's view.
- Photos shown sequentially or randomly, while never missing a photo.
- Re-scan selected folder for photos on browser start or before the show.
- Set optional night mode (dim) during hours when nobody is watching.
- Swipe gestures during a slideshow, in order to rewind, stop, and more.

Security permissions that should be enabled for all the features:

"Allow access to file URLs" is required in order to display your photos.
"Optional access" will be requested when accessing a shared folder.

Supports Chrome, Opera, Vivaldi, and Edge (Chromium) browsers.                    

Informations de Base sur l'Extension

Nom Photo SlideShow Photo SlideShow
ID alkcfedbkhjolgpgpnbnlaggfnkifhlb
URL Officiel https://chromewebstore.google.com/detail/photo-slideshow/alkcfedbkhjolgpgpnbnlaggfnkifhlb
Description Turn Photos into a SlideShow!
Taille du Fichier 85.59 KB
Nombre d'Installations 338
Version Actuelle 26.3
Dernière Mise à Jour 2024-01-11
Date de Publication 2023-11-11
Développeur https://www.sermak.ca
Email [email protected]
Type de Paiement free
URL de la Page d'Aide https://www.sermak.ca/
URL de la Page de Politique de Confidentialité https://www.sermak.ca/Privacy.pdf
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": true,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "PSS"
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "file:\/\/\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "description": "Turn Photos into a SlideShow!",
    "homepage_url": "https:\/\/sermak.ca",
    "icons": {
        "128": "slideshow.png"
    },
    "incognito": "split",
    "manifest_version": 2,
    "name": "Photo SlideShow",
    "options_page": "options.html",
    "permissions": [
        "storage"
    ],
    "optional_permissions": [
        ""
    ],
    "short_name": "PSS",
    "version": "26.3",
    "web_accessible_resources": [
        "*.html",
        "*.svg"
    ]
}