Talking Alarm Clock

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

Was ist Talking Alarm Clock?

Talking Alarm Clock ist eine Chrome-Erweiterung, die von Shubham Nagaria entwickelt wurde, und ihr Hauptmerkmal ist "A clock with two configurable alarms that will play a sound and speak a phrase of your choice.".

Talking Alarm Clock-Erweiterungs-CRX-Datei herunterladen

Laden Sie Talking Alarm Clock-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                                            

Grundlegende Informationen zur Erweiterung

Name Talking Alarm Clock Talking Alarm Clock
ID dcmfcpmopbiokeljhjclfnoodialipnc
Offizielle URL https://chrome.google.com/webstore/detail/talking-alarm-clock/dcmfcpmopbiokeljhjclfnoodialipnc
Beschreibung A clock with two configurable alarms that will play a sound and speak a phrase of your choice.
Dateigröße 849 KB
Installationsanzahl 144
Aktuelle Version 1.0
Letztes Update 2017-03-06
Veröffentlichungsdatum 2017-03-06
Bewertung 2.50/5 Insgesamt 2 Bewertungen
Entwickler Shubham Nagaria
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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
}