Noty
Note from the start
Apa itu Noty?
Noty adalah ekstensi Chrome yang dikembangkan oleh Unknown, dan fitur utamanya adalah "Note from the start".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Noty
Unduh file ekstensi Noty 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
Turns start page to a minimalistic notepad with support for todo items and list items.
Informasi Dasar Ekstensi
Nama | |
ID | bocobeipokdapflcoalkhhoeacgeccgc |
URL Resmi | https://chromewebstore.google.com/detail/noty/bocobeipokdapflcoalkhhoeacgeccgc |
Deskripsi | Note from the start |
Ukuran File | 411 KB |
Jumlah Instalasi | 44 |
Versi Saat Ini | 0.0.1 |
Terakhir Diperbarui | 2019-09-12 |
Tanggal Publikasi | 2019-09-11 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | Unknown |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Noty", "version": "0.0.1", "description": "Note from the start", "manifest_version": 2, "permissions": [ "storage" ], "browser_specific_settings": { "gecko": { "id": "{eb06724d-57a2-42cf-902e-cb322e17437e}", "strict_min_version": "42.0" } }, "chrome_url_overrides": { "newtab": "index.html" } } |