Talking Alarm Clock

A clock with two configurable alarms that will play a sound and speak a phrase of your choice.

Talking Alarm Clockとは何ですか?

Talking Alarm ClockはShubham Nagariaによって開発されたChromeの拡張機能で、その主な機能は「A clock with two configurable alarms that will play a sound and speak a phrase of your choice.」です。

Talking Alarm Clock拡張機能のCRXファイルをダウンロード

Talking Alarm Clock拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                                            

拡張機能の基本情報

名前 Talking Alarm Clock Talking Alarm Clock
ID dcmfcpmopbiokeljhjclfnoodialipnc
公式URL https://chrome.google.com/webstore/detail/talking-alarm-clock/dcmfcpmopbiokeljhjclfnoodialipnc
説明 A clock with two configurable alarms that will play a sound and speak a phrase of your choice.
ファイルサイズ 849 KB
インストール数 144
現在のバージョン 1.0
最終更新日 2017-03-06
公開日 2017-03-06
評価 2.50/5 合計 2 レビュー
開発者 Shubham Nagaria
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Talking Alarm Clock",
    "version": "1.0",
    "description": "A clock with two configurable alarms that will play a sound and speak a phrase of your choice.",
    "permissions": [
        "background",
        "tts"
    ],
    "background": {
        "scripts": [
            "common.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "clock-19.png",
        "default_title": "Talking Alarm Clock",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "clock-16.png",
        "48": "clock-48.png",
        "128": "clock-128.png",
        "256": "clock-256.png"
    },
    "manifest_version": 2
}