Note Extension
Allows user to type notes and create a local copy.
Apa itu Note Extension?
Note Extension adalah ekstensi Chrome yang dikembangkan oleh Nick Neuman, dan fitur utamanya adalah "Allows user to type notes and create a local copy.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Note Extension
Unduh file ekstensi Note Extension 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
Allows you to save notes quickly without having to open an editor. You can specify a file name, or leave it empty and use the default file name, "New Note".
Informasi Dasar Ekstensi
Nama | Note Extension |
ID | omfeemnkdhbneldmbcoifnfeoabodmbm |
URL Resmi | https://chromewebstore.google.com/detail/note-extension/omfeemnkdhbneldmbcoifnfeoabodmbm |
Deskripsi | Allows user to type notes and create a local copy. |
Ukuran File | 12.99 KB |
Jumlah Instalasi | 117 |
Versi Saat Ini | 1.2 |
Terakhir Diperbarui | 2018-12-03 |
Tanggal Publikasi | 2018-12-03 |
Penilaian | 4.67/5 Total 3 Penilaian |
Pengembang | Nick Neuman |
Tipe Pembayaran | free |
Bahasa yang Didukung | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Note Extension", "manifest_version": 2, "description": "Allows user to type notes and create a local copy.", "version": "1.2", "icons": { "128": "icons\/icon.png" }, "browser_action": { "default_popup": "popup.html" } } |