Simple Timer
Simple timer that shows a popup when time is up.
Simple Timerคืออะไร?
Simple Timer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย jsg และคุณลักษณะหลักของมันคือ "Simple timer that shows a popup when time is up."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Simple Timer
ดาวน์โหลดไฟล์ส่วนขยาย Simple Timer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Simple timer that shows a popup when time is up. Simple and unobtrusive. ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | hhoihjklpidiicnmmlndmpkahnmfmfho |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/simple-timer/hhoihjklpidiicnmmlndmpkahnmfmfho |
| คำอธิบาย | Simple timer that shows a popup when time is up. |
| ขนาดไฟล์ | 20.09 KB |
| จำนวนการติดตั้ง | 1,337 |
| เวอร์ชันปัจจุบัน | 1.0 |
| อัปเดตครั้งล่าสุด | 2014-06-07 |
| วันที่เผยแพร่ | 2014-06-07 |
| คะแนน | 4.17/5 รวมทั้งหมด 6 คะแนน |
| ผู้พัฒนา | jsg |
| ประเภทการชำระเงิน | free |
| ภาษาที่รองรับ | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Simple Timer",
"version": "1.0",
"description": "Simple timer that shows a popup when time is up.",
"browser_action": {
"default_title": "Timer",
"default_icon": "timer-icon.png",
"default_popup": "popup.html"
},
"background": {
"scripts": [
"sample.js"
],
"persistent": true
},
"manifest_version": 2
} | |