AlarmMe

Alarm you at the given time or after a given time period.

AlarmMe là gì?

AlarmMe là một tiện ích mở rộng Chrome được phát triển bởi moenekoremi, và tính năng chính của nó là "Alarm you at the given time or after a given time period.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng AlarmMe

Tải xuống các tệp mở rộng AlarmMe 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

                        Enter the hour and minutes in the first and second text boxes and press after to set an alarm after the specified time interval.

Enter the hour and minutes in the first and second text boxes and press when to set an alarm at the specified time in 24 hour system.

A window will pop up and alarm sound will be played when the time is up.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên AlarmMe AlarmMe
ID hofpgeapbhpnpeofnlhhngohnohhpipi
URL Chính Thức https://chromewebstore.google.com/detail/alarmme/hofpgeapbhpnpeofnlhhngohnohhpipi
Mô tả Alarm you at the given time or after a given time period.
Kích Thước Tệp 124 KB
Số Lần Cài Đặt 367
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2016-02-12
Ngày Phát Hành 2016-02-12
Nhà Phát Triển moenekoremi
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "AlarmMe",
    "description": "Alarm you at the given time or after a given time period.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "version": "1.2",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [],
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "My Simple Alarm"
    }
}