Speaking-Clock

Indian Patriot Alarm Clock

What is Speaking-Clock?

Speaking-Clock is a Chrome extension developed by pranjal and harshit srivastava, and its main feature is "Indian Patriot Alarm Clock".

Extension Screenshots

screenshot

Download Speaking-Clock Extension CRX File

Download Speaking-Clock extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Jai Hind

Published by Pranjal and Harshit Srivastava                    

Extension Basic Information

Name Speaking-Clock Speaking-Clock
ID hedakihhahjbppehnhcbbjmkmfeaidhg
Official URL https://chromewebstore.google.com/detail/speaking-clock/hedakihhahjbppehnhcbbjmkmfeaidhg
Description Indian Patriot Alarm Clock
File Size 10.84 MB
Installation Count 137
Current Version 1.3
Last Updated 2016-12-10
Publish Date 2016-12-10
Rating 4.93/5 Total 119 Ratings
Developer pranjal and harshit srivastava
Email [email protected]
Payment Type free
Extension Website https://www.facebook.com/profile.php?id=100014449324622
Supported Languages 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
}