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 imranmurtaza323, et sa fonction principale est "A clock with two configurable alarms that will play a sound and speak a phrase of your choice.".

Captures d'Écran de l'Extension

screenshot

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

                        Set an Alarm for your own customization time with customized voices to provide best service to user set a reminder to do some special work for them.                    

Informations de Base sur l'Extension

Nom Talking Alarm Clock Talking Alarm Clock
ID pdadpnbfanhnfhcbcicghaofoolaghpd
URL Officiel https://chromewebstore.google.com/detail/talking-alarm-clock/pdadpnbfanhnfhcbcicghaofoolaghpd
Description A clock with two configurable alarms that will play a sound and speak a phrase of your choice.
Taille du Fichier 748 KB
Nombre d'Installations 40
Version Actuelle 1.3
Dernière Mise à Jour 2020-11-07
Date de Publication 2020-11-07
Évaluation 4.00/5 Total 2 Évaluations
Développeur imranmurtaza323
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.unionwellportugal.com
URL de la Page d'Aide https://www.unionwellportugal.com/contactus.html
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Talking Alarm Clock",
    "version": "1.3",
    "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
}