Talking Alarm Clock

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

Qu'est-ce que Talking Alarm Clock ?

Talking Alarm Clock est une extension Chrome développée par Shubham Nagaria, et sa fonction principale est "A clock with two configurable alarms that will play a sound and speak a phrase of your choice.".

Télécharger le fichier CRX de l'extension Talking Alarm Clock

Téléchargez les fichiers d'extension Talking Alarm Clock au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                                            

Informations de Base sur l'Extension

Nom Talking Alarm Clock Talking Alarm Clock
ID dcmfcpmopbiokeljhjclfnoodialipnc
URL Officiel https://chrome.google.com/webstore/detail/talking-alarm-clock/dcmfcpmopbiokeljhjclfnoodialipnc
Description A clock with two configurable alarms that will play a sound and speak a phrase of your choice.
Taille du Fichier 849 KB
Nombre d'Installations 144
Version Actuelle 1.0
Dernière Mise à Jour 2017-03-06
Date de Publication 2017-03-06
Évaluation 2.50/5 Total 2 Évaluations
Développeur Shubham Nagaria
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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
}