DayCountDown
show the countdown of day a new tab
Apa itu DayCountDown?
DayCountDown adalah ekstensi Chrome yang dikembangkan oleh ShulinChen, dan fitur utamanya adalah "show the countdown of day a new tab".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi DayCountDown
Unduh file ekstensi DayCountDown 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
countdown of the day in a new Tab to increase user's productivity.
Informasi Dasar Ekstensi
Nama | DayCountDown |
ID | gldjpdjepgkghlcbfmhgflhhefipahcb |
URL Resmi | https://chromewebstore.google.com/detail/daycountdown/gldjpdjepgkghlcbfmhgflhhefipahcb |
Deskripsi | show the countdown of day a new tab |
Ukuran File | 66.84 KB |
Jumlah Instalasi | 29 |
Versi Saat Ini | 1.0.1 |
Terakhir Diperbarui | 2015-10-11 |
Tanggal Publikasi | 2015-10-11 |
Penilaian | 3.40/5 Total 5 Penilaian |
Pengembang | ShulinChen |
Tipe Pembayaran | free |
Bahasa yang Didukung | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "DayCountDown", "version": "1.0.1", "description": "show the countdown of day a new tab", "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "chrome_url_overrides": { "newtab": "index.html" }, "offline_enabled": true, "permissions": [ "https:\/\/ssl.google-analytics.com\/ga.js", "*:\/\/*.googleapis.com\/*", "storage" ] } |