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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    ]
}