Slides Timer
Create timers using placeholders. ie <<0:00+>>, <<5:00->>, <
Slides Timerคืออะไร?
Slides Timer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://claycodes.org และคุณลักษณะหลักของมันคือ "Create timers using placeholders. ie <<0:00+>>, <<5:00->>, <
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Slides Timer
ดาวน์โหลดไฟล์ส่วนขยาย Slides Timer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Pause and restart timers with the d key. Reset timers with the e key. Add $ in a count down or up timer to start it in a paused state. More granular time formatting. Be sure to refresh your slides after you install for the timer to work. Slides Timer is an extension which will automatically bring timers to life in presented slides. Times placed between << and >> will be replaced with a timer. Use - as the last character to count down from the specified time. Use + to count up from the specified time. use <
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Slides Timer |
ID | nfhjdkmpebifdelclimjfaackjhiglpc |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/slides-timer/nfhjdkmpebifdelclimjfaackjhiglpc |
คำอธิบาย | Create timers using placeholders. ie <<0:00+>>, <<5:00->>, < |
ขนาดไฟล์ | 17.04 KB |
จำนวนการติดตั้ง | 111,747 |
เวอร์ชันปัจจุบัน | 1.27 |
อัปเดตครั้งล่าสุด | 2023-04-07 |
วันที่เผยแพร่ | 2020-02-16 |
คะแนน | 3.33/5 รวมทั้งหมด 57 คะแนน |
ผู้พัฒนา | https://claycodes.org |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.claycodes.org/google-add-onsextensions |
URL หน้าช่วยเหลือ | https://www.claycodes.org/google-add-onsextensions |
URL หน้านโยบายความเป็นส่วนตัว | https://www.claycodes.org/home/privacy-policy |
ภาษาที่รองรับ | en,es |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "version": "1.27", "content_scripts": [ { "run_at": "document_start", "matches": [ "https:\/\/docs.google.com\/presentation*" ], "js": [ "contentscript.js" ] } ], "action": { "default_icon": { "19": "images\/icons\/19.png", "38": "images\/icons\/38.png" }, "default_popup": "popup.html" }, "icons": { "16": "images\/icons\/16.png", "19": "images\/icons\/19.png", "38": "images\/icons\/38.png", "64": "images\/icons\/64.png", "128": "images\/icons\/128.png" }, "offline_enabled": true } |