Alarm Clock

This is a simple chrome extension and ability to set upto 3 alarm times.

Alarm Clock là gì?

Alarm Clock là một tiện ích mở rộng Chrome được phát triển bởi http://soubhik.chatterjee.pw, và tính năng chính của nó là "This is a simple chrome extension and ability to set upto 3 alarm times.".

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

screenshot

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

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

                        It's an alarm clock for Google Chrome Browser, with a total of 3 alarms. Very small footprint and its free!

Does not need any tabs to be open.                    

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

Tên Alarm Clock Alarm Clock
ID engpdgphngdeimpimkipknieejalbelk
URL Chính Thức https://chrome.google.com/webstore/detail/alarm-clock/engpdgphngdeimpimkipknieejalbelk
Mô tả This is a simple chrome extension and ability to set upto 3 alarm times.
Kích Thước Tệp 66.27 KB
Số Lần Cài Đặt 1,000
Phiên Bản Hiện Tại 1.3
Cập Nhật Lần Cuối 2016-10-25
Ngày Phát Hành 2016-10-25
Đánh Giá 1.53/5 Tổng số 45 Đánh Giá
Nhà Phát Triển http://soubhik.chatterjee.pw
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "bell.png",
        "default_title": "Alarm Clock",
        "name": "Alarm Clock",
        "default_popup": "popup.html"
    },
    "description": "This is a simple chrome extension and ability to set upto 3 alarm times.",
    "icons": {
        "128": "bell.png"
    },
    "web_accessible_resources": [
        "bell.png"
    ],
    "name": "Alarm Clock",
    "permissions": [
        "tabs",
        "storage",
        "notifications",
        "management",
        "unlimitedStorage",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "manifest_version": 2,
    "version": "1.3"
}