Alarm Ninja
Alarm and countdown timer.
Alarm Ninja là gì?
Alarm Ninja là một tiện ích mở rộng Chrome được phát triển bởi quacked, và tính năng chính của nó là "Alarm and countdown timer.".
Ả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 Alarm Ninja
Tải xuống các tệp mở rộng Alarm Ninja 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
Alarm Ninja sounds an alarm and shows a popup after a specified time period. Either insert minutes/seconds, or insert the time (24-hour clock) you want the alarm to trigger. Options page makes it possible to control volume and choose between a selection of alarm sounds. It is also possible to disable the popup and just have sound. Use this extension to prevent overcooked potatoes, burnt pizzas and forgotten appointments. The popup badge shows how many minutes left.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | nlcpjkdhdmfamjccnhginlmfjhigipdf |
URL Chính Thức | https://chrome.google.com/webstore/detail/alarm-ninja/nlcpjkdhdmfamjccnhginlmfjhigipdf |
Mô tả | Alarm and countdown timer. |
Kích Thước Tệp | 465 KB |
Số Lần Cài Đặt | 2,092 |
Phiên Bản Hiện Tại | 1.34 |
Cập Nhật Lần Cuối | 2019-03-08 |
Ngày Phát Hành | 2019-03-08 |
Đánh Giá | 3.90/5 Tổng số 103 Đánh Giá |
Nhà Phát Triển | quacked |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Alarm Ninja", "description": "Alarm and countdown timer.", "manifest_version": 2, "version": "1.34", "background": { "page": "index.html", "persistent": true }, "icons": { "128": "images\/icon64.png" }, "browser_action": [], "options_page": "options.html", "web_accessible_resources": [ "alarm.html", "audio\/alarm.wav", "audio\/alarm10.wav", "audio\/alarm11.wav", "audio\/alarm12.wav", "audio\/alarm13.wav", "audio\/alarm14.wav", "audio\/alarm15.wav", "audio\/alarm16.wav", "audio\/alarm2.wav", "audio\/alarm3.wav", "audio\/alarm4.wav", "audio\/alarm5.wav", "audio\/alarm6.wav", "audio\/alarm7.wav", "audio\/alarm8.wav", "audio\/alarm9.wav", "images\/clock.png", "images\/donate.gif", "images\/gradient.png", "images\/icon128.png", "images\/icon18.png", "images\/icon64.png", "images\/play.png" ], "permissions": [], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'unsafe-eval';" } |