Talking Alarm Clock

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

Wat is Talking Alarm Clock?

Talking Alarm Clock is een Chrome-extensie ontwikkeld door Shubham Nagaria, en de belangrijkste functie is "A clock with two configurable alarms that will play a sound and speak a phrase of your choice.".

Download het CRX-bestand van de extensie Talking Alarm Clock

Download Talking Alarm Clock-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                                            

Basisinformatie over de Extensie

Naam Talking Alarm Clock Talking Alarm Clock
ID dcmfcpmopbiokeljhjclfnoodialipnc
Officiële URL https://chrome.google.com/webstore/detail/talking-alarm-clock/dcmfcpmopbiokeljhjclfnoodialipnc
Beschrijving A clock with two configurable alarms that will play a sound and speak a phrase of your choice.
Bestandsgrootte 849 KB
Aantal Installaties 144
Huidige Versie 1.0
Laatst Bijgewerkt 2017-03-06
Publicatiedatum 2017-03-06
Beoordeling 2.50/5 Totaal 2 Beoordelingen
Ontwikkelaar Shubham Nagaria
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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
}