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 |
公式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 |
Eメール | [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" } } |