Photo SlideShow
Turn Photos into a SlideShow!
什么是Photo SlideShow?
Photo SlideShow是由https://www.sermak.ca开发的Chrome扩展程序,该扩展的主要功能是“Turn Photos into a SlideShow!”。
扩展截图
下载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 |
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": [ " |