GD Clock
Get current date time in Chrome.
Apa itu GD Clock?
GD Clock adalah ekstensi Chrome yang dikembangkan oleh http://computertriksno1.blogspot.com, dan fitur utamanya adalah "Get current date time in Chrome.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi GD Clock
Unduh file ekstensi GD Clock dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | fgliiimcaifckioembmbaelmaopcgpkm |
URL Resmi | https://chrome.google.com/webstore/detail/gd-clock/fgliiimcaifckioembmbaelmaopcgpkm |
Deskripsi | Get current date time in Chrome. |
Ukuran File | 81.51 KB |
Jumlah Instalasi | 805 |
Versi Saat Ini | 0.2 |
Terakhir Diperbarui | 2016-03-06 |
Tanggal Publikasi | 2016-03-06 |
Penilaian | 4.00/5 Total 2 Penilaian |
Pengembang | http://computertriksno1.blogspot.com |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } } |