GD Clock

Get current date time in Chrome.

What is GD Clock?

GD Clock is a Chrome extension developed by http://computertriksno1.blogspot.com, and its main feature is "Get current date time in Chrome.".

Extension Screenshots

screenshot

Download GD Clock Extension CRX File

Download GD 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

                        I am GD. i am developing many extension for different-2 site but this is my first tool for google chrome. if every thing will be file then i'll give my best for you.                    

Extension Basic Information

Name GD Clock GD Clock
ID fgliiimcaifckioembmbaelmaopcgpkm
Official URL https://chrome.google.com/webstore/detail/gd-clock/fgliiimcaifckioembmbaelmaopcgpkm
Description Get current date time in Chrome.
File Size 81.51 KB
Installation Count 805
Current Version 0.2
Last Updated 2016-03-06
Publish Date 2016-03-06
Rating 4.00/5 Total 2 Ratings
Developer http://computertriksno1.blogspot.com
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "GD Clock",
    "description": "Get current date time in Chrome.",
    "version": "0.2",
    "permissions": [
        "alarms"
    ],
    "background": {
        "scripts": [
            "jquery-2.0.3.js",
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icon16.png",
        "default_popup": "popup.html"
    }
}