Simple Timer
Shows an alert after predetermined number of minutes
Simple Timerคืออะไร?
Simple Timer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Buddha และคุณลักษณะหลักของมันคือ "Shows an alert after predetermined number of minutes"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Simple Timer
ดาวน์โหลดไฟล์ส่วนขยาย Simple Timer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Did you want to setup a reminder about how long you want to browse a website before starting it? Use Simple Timer. Right Click anywhere in chrome to see a Simple Timer context menu item. Enter number of minutes you want to be reminded after. You can use numbers like 1.5 to be reminded after 90 seconds. Icon Designed by https://www.iconfinder.com/denir
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | emmpnaoanpjpdeohclgcijidniippdfb |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/simple-timer/emmpnaoanpjpdeohclgcijidniippdfb |
คำอธิบาย | Shows an alert after predetermined number of minutes |
ขนาดไฟล์ | 11.67 KB |
จำนวนการติดตั้ง | 124 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2015-09-06 |
วันที่เผยแพร่ | 2015-09-06 |
คะแนน | 4.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | Buddha |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Simple Timer", "description": "Shows an alert after predetermined number of minutes", "version": "1.0", "background": { "scripts": [ "eventPage.js" ], "persistent": true }, "icons": { "16": "timer20.png", "48": "timer48.png", "128": "timer128.png" }, "permissions": [ "storage", "notifications", "contextMenus" ] } |