Speaking-Clock

Indian Patriot Alarm Clock

Qu'est-ce que Speaking-Clock ?

Speaking-Clock est une extension Chrome développée par pranjal and harshit srivastava, et sa fonction principale est "Indian Patriot Alarm Clock".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Speaking-Clock

Téléchargez les fichiers d'extension Speaking-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

                        This is an Indian Patriot Alarm Clock, with some Patriotic songs, and National Anthem.

Jai Hind

Published by Pranjal and Harshit Srivastava                    

Informations de Base sur l'Extension

Nom Speaking-Clock Speaking-Clock
ID hedakihhahjbppehnhcbbjmkmfeaidhg
URL Officiel https://chromewebstore.google.com/detail/speaking-clock/hedakihhahjbppehnhcbbjmkmfeaidhg
Description Indian Patriot Alarm Clock
Taille du Fichier 10.84 MB
Nombre d'Installations 137
Version Actuelle 1.3
Dernière Mise à Jour 2016-12-10
Date de Publication 2016-12-10
Évaluation 4.93/5 Total 119 Évaluations
Développeur pranjal and harshit srivastava
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.facebook.com/profile.php?id=100014449324622
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Speaking-Clock",
    "version": "1.3",
    "description": "Indian Patriot Alarm Clock",
    "permissions": [
        "background",
        "tts"
    ],
    "background": {
        "scripts": [
            "com.js",
            "back.js"
        ]
    },
    "browser_action": {
        "default_icon": "indo.png",
        "default_title": "Speaking-Clock",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "clock-16.png"
    },
    "manifest_version": 2
}