Wakeup.io - Free Online Wake-up Call Service
Schedule a free wake-up call in seconds!
Wakeup.io - Free Online Wake-up Call Serviceคืออะไร?
Wakeup.io - Free Online Wake-up Call Service เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://wakeup.io และคุณลักษณะหลักของมันคือ "Schedule a free wake-up call in seconds!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Wakeup.io - Free Online Wake-up Call Service
ดาวน์โหลดไฟล์ส่วนขยาย Wakeup.io - Free Online Wake-up Call Service ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
As featured in Lifehacker.com! "Most of us have a preferred alarm clock, whether it sits on the nightstand next to us or it's just a series of alarms on our smartphones, but if you need a little extra push to get up, Wakeup.io is a free wakeup call service that works with any number, anywhere in the world." http://lifehacker.com/wakeup-io-wakes-you-with-a-free-wake-up-call-anywhere-1440898585.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | klilhpddfegogaknjahcmnpgnpjhbjge |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/wakeupio-free-online-wake/klilhpddfegogaknjahcmnpgnpjhbjge |
คำอธิบาย | Schedule a free wake-up call in seconds! |
ขนาดไฟล์ | 7.83 KB |
จำนวนการติดตั้ง | 324 |
เวอร์ชันปัจจุบัน | 0.0.1 |
อัปเดตครั้งล่าสุด | 2013-11-01 |
วันที่เผยแพร่ | 2013-11-01 |
คะแนน | 4.05/5 รวมทั้งหมด 20 คะแนน |
ผู้พัฒนา | https://wakeup.io |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://wakeup.io |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Schedule a free wake-up call in seconds!", "icons": { "16": "icon_16.png", "48": "icon_48.png", "128": "icon_128.png" }, "manifest_version": 2, "name": "Wakeup.io - Free Online Wake-up Call Service", "version": "0.0.1", "browser_action": { "default_icon": { "19": "icon_19.png", "38": "icon_38.png" }, "default_title": "Wakeup.io" }, "background": { "scripts": [ "background.js" ], "persistent": true } } |