Photo SlideShow
Turn Photos into a SlideShow!
Photo SlideShowคืออะไร?
Photo SlideShow เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.sermak.ca และคุณลักษณะหลักของมันคือ "Turn Photos into a SlideShow!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Photo SlideShow
ดาวน์โหลดไฟล์ส่วนขยาย 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. ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| 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": [
" | |