Alarm Clock

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

什麼是Alarm Clock?

Alarm Clock是由http://soubhik.chatterjee.pw開發的Chrome擴展程式,該擴展的主要功能是“This is a simple chrome extension and ability to set upto 3 alarm times.”。

擴展截圖

screenshot

下載Alarm Clock擴展crx文件

下載Alarm Clock擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Alarm Clock Alarm Clock
ID engpdgphngdeimpimkipknieejalbelk
官方網址 https://chrome.google.com/webstore/detail/alarm-clock/engpdgphngdeimpimkipknieejalbelk
簡介 This is a simple chrome extension and ability to set upto 3 alarm times.
檔案大小 66.27 KB
安裝次數 1,000
目前版本 1.3
更新時間 2016-10-25
上架時間 2016-10-25
評分 1.53/5 共 45 次評分
開發者 http://soubhik.chatterjee.pw
付費類型 free
支援的語言 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"
}