GD Clock
Get current date time in Chrome.
什麼是GD Clock?
GD Clock是由http://computertriksno1.blogspot.com開發的Chrome擴展程式,該擴展的主要功能是“Get current date time in Chrome.”。
擴展截圖
下載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.
擴展基本資訊
名稱 | |
ID | fgliiimcaifckioembmbaelmaopcgpkm |
官方網址 | 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" } } |