Photo SlideShow

Turn Photos into a SlideShow!

Photo SlideShow क्या है?

Photo SlideShow https://www.sermak.ca द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Turn Photos into a SlideShow!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Photo SlideShow एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Photo SlideShow Photo SlideShow
ID alkcfedbkhjolgpgpnbnlaggfnkifhlb
आधिकारिक URL https://chromewebstore.google.com/detail/photo-slideshow/alkcfedbkhjolgpgpnbnlaggfnkifhlb
विवरण Turn Photos into a SlideShow!
फ़ाइल का आकार 85.59 KB
स्थापना संख्या 338
वर्तमान संस्करण 26.3
अंतिम अपडेट 2024-01-11
प्रकाशन तिथि 2023-11-11
डेवलपर https://www.sermak.ca
ईमेल [email protected]
भुगतान के प्रकार free
सहायता पृष्ठ URL https://www.sermak.ca/
गोपनीयता नीति पृष्ठ URL https://www.sermak.ca/Privacy.pdf
समर्थित भाषाएँ 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"
    ]
}