Nixie Tube Clock [ANTP]
Clock widget with nixie tubes for Awesome New Tab Page [ANTP].
Apa itu Nixie Tube Clock [ANTP]?
Nixie Tube Clock [ANTP] adalah ekstensi Chrome yang dikembangkan oleh nkmry, dan fitur utamanya adalah "Clock widget with nixie tubes for Awesome New Tab Page [ANTP].".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Nixie Tube Clock [ANTP]
Unduh file ekstensi Nixie Tube Clock [ANTP] 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
This is a widget for the Chrome extension "Awesome New Tab Page (ANTP)".
If you'd like to use this widget, you must also install ANTP. You can find it here:
https://chrome.google.com/webstore/detail/mgmiemnjjchgkmgbeljfocdjjnpjnmcg Informasi Dasar Ekstensi
| Nama | |
| ID | dagaalagaodlhbfofnbennmndepdgjlb |
| URL Resmi | https://chromewebstore.google.com/detail/nixie-tube-clock-antp/dagaalagaodlhbfofnbennmndepdgjlb |
| Deskripsi | Clock widget with nixie tubes for Awesome New Tab Page [ANTP]. |
| Ukuran File | 4.77 MB |
| Jumlah Instalasi | 79 |
| Versi Saat Ini | 0.3.2 |
| Terakhir Diperbarui | 2014-04-14 |
| Tanggal Publikasi | 2014-04-14 |
| Penilaian | 3.67/5 Total 3 Penilaian |
| Pengembang | nkmry |
| Tipe Pembayaran | free |
| Bahasa yang Didukung | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Nixie Tube Clock [ANTP]",
"description": "Clock widget with nixie tubes for Awesome New Tab Page [ANTP].",
"version": "0.3.2",
"manifest_version": 2,
"background": {
"scripts": [
"js\/background.js"
]
},
"options_page": "options.html",
"content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
"web_accessible_resources": [
"widget.html",
"options.html"
],
"icons": {
"128": "img\/icon128.png"
}
} | |