30k timeline
An extension that shows how many days you have lived (out of 30,000 days).
Apa itu 30k timeline?
30k timeline adalah ekstensi Chrome yang dikembangkan oleh https://sites.google.com/site/sugasaki, dan fitur utamanya adalah "An extension that shows how many days you have lived (out of 30,000 days).".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi 30k timeline
Unduh file ekstensi 30k timeline 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
Inspired by Edward Butler 30k Please see YOUTUBE below for usage https://youtu.be/O4VftACvHQ4
Informasi Dasar Ekstensi
Nama | 30k timeline |
ID | eajfdahjpfemgkabonmdjongbmhghlah |
URL Resmi | https://chromewebstore.google.com/detail/30k-timeline/eajfdahjpfemgkabonmdjongbmhghlah |
Deskripsi | An extension that shows how many days you have lived (out of 30,000 days). |
Ukuran File | 1.98 MB |
Jumlah Instalasi | 78 |
Versi Saat Ini | 1.2 |
Terakhir Diperbarui | 2019-01-27 |
Tanggal Publikasi | 2019-01-26 |
Pengembang | https://sites.google.com/site/sugasaki |
Tipe Pembayaran | free |
Situs Ekstensi | https://youtu.be/O4VftACvHQ4 |
URL Halaman Bantuan | https://youtu.be/O4VftACvHQ4 |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "30k timeline", "short_name": "React App", "description": "An extension that shows how many days you have lived (out of 30,000 days).", "version": "1.2", "manifest_version": 2, "chrome_url_overrides": { "newtab": "index.html" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "storage" ], "content_security_policy": "script-src 'self' 'sha256-GgRxrVOKNdB4LrRsVPDSbzvfdV4UqglmviH9GoBJ5jk='; object-src 'self'" } |