GD Clock

Get current date time in Chrome.

什么是GD Clock?

GD Clock是由http://computertriksno1.blogspot.com开发的Chrome扩展程序,该扩展的主要功能是“Get current date time in Chrome.”。

扩展截图

screenshot

下载GD Clock扩展crx文件

下载GD Clock扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 GD Clock GD Clock
ID fgliiimcaifckioembmbaelmaopcgpkm
官方URL https://chrome.google.com/webstore/detail/gd-clock/fgliiimcaifckioembmbaelmaopcgpkm
简介 Get current date time in Chrome.
文件大小 81.51 KB
安装次数 805
当前版本 0.2
更新时间 2016-03-06
上架时间 2016-03-06
评分 4.00/5 共2次评分
开发者 http://computertriksno1.blogspot.com
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
    }
}