Wakeup.io - Free Online Wake-up Call Service
Schedule a free wake-up call in seconds!
Wakeup.io - Free Online Wake-up Call Service là gì?
Wakeup.io - Free Online Wake-up Call Service là một tiện ích mở rộng Chrome được phát triển bởi https://wakeup.io, và tính năng chính của nó là "Schedule a free wake-up call in seconds!".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Wakeup.io - Free Online Wake-up Call Service
Tải xuống các tệp mở rộng Wakeup.io - Free Online Wake-up Call Service dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | klilhpddfegogaknjahcmnpgnpjhbjge |
URL Chính Thức | https://chrome.google.com/webstore/detail/wakeupio-free-online-wake/klilhpddfegogaknjahcmnpgnpjhbjge |
Mô tả | Schedule a free wake-up call in seconds! |
Kích Thước Tệp | 7.83 KB |
Số Lần Cài Đặt | 324 |
Phiên Bản Hiện Tại | 0.0.1 |
Cập Nhật Lần Cuối | 2013-11-01 |
Ngày Phát Hành | 2013-11-01 |
Đánh Giá | 4.05/5 Tổng số 20 Đánh Giá |
Nhà Phát Triển | https://wakeup.io |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://wakeup.io |
Ngôn Ngữ Được Hỗ Trợ | 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 } } |