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
公式URL 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"
}