Photo SlideShow
Turn Photos into a SlideShow!
Apa itu Photo SlideShow?
Photo SlideShow adalah ekstensi Chrome yang dikembangkan oleh https://www.sermak.ca, dan fitur utamanya adalah "Turn Photos into a SlideShow!".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Photo SlideShow
Unduh file ekstensi Photo SlideShow dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Photo SlideShow |
ID | alkcfedbkhjolgpgpnbnlaggfnkifhlb |
URL Resmi | https://chromewebstore.google.com/detail/photo-slideshow/alkcfedbkhjolgpgpnbnlaggfnkifhlb |
Deskripsi | Turn Photos into a SlideShow! |
Ukuran File | 85.59 KB |
Jumlah Instalasi | 338 |
Versi Saat Ini | 26.3 |
Terakhir Diperbarui | 2024-01-11 |
Tanggal Publikasi | 2023-11-11 |
Pengembang | https://www.sermak.ca |
[email protected] | |
Tipe Pembayaran | free |
URL Halaman Bantuan | https://www.sermak.ca/ |
URL Halaman Kebijakan Privasi | https://www.sermak.ca/Privacy.pdf |
Bahasa yang Didukung | 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": [ " |