Photo SlideShow

Turn Photos into a SlideShow!

Photo SlideShowとは何ですか?

Photo SlideShowはhttps://www.sermak.caによって開発されたChromeの拡張機能で、その主な機能は「Turn Photos into a SlideShow!」です。

拡張機能のスクリーンショット

screenshot
screenshot

Photo SlideShow拡張機能のCRXファイルをダウンロード

Photo SlideShow拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
    ]
}