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
电子邮箱 [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
}