NotePad
Quick & Easy NotePad. Save Notes & Inserts.
Apa itu NotePad?
NotePad adalah ekstensi Chrome yang dikembangkan oleh searchpuzzle38, dan fitur utamanya adalah "Quick & Easy NotePad. Save Notes & Inserts.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi NotePad
Unduh file ekstensi NotePad 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
Quick & Easy NotePad ================== Save Notes & pre-define Inserts. Uses the rich text editor: Quill.js.
Informasi Dasar Ekstensi
Nama | NotePad |
ID | copnemeigdkilohdclohjokgbjeehkhd |
URL Resmi | https://chromewebstore.google.com/detail/notepad/copnemeigdkilohdclohjokgbjeehkhd |
Deskripsi | Quick & Easy NotePad. Save Notes & Inserts. |
Ukuran File | 564 KB |
Jumlah Instalasi | 69 |
Versi Saat Ini | 13 |
Terakhir Diperbarui | 2022-04-07 |
Tanggal Publikasi | 2020-04-02 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | searchpuzzle38 |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "NotePad", "version": "13", "description": "Quick & Easy NotePad. Save Notes & Inserts.", "permissions": [ "storage" ], "icons": { "16": "inc\/icon16.png", "32": "inc\/icon32.png", "48": "inc\/icon48.png", "64": "inc\/icon64.png", "128": "inc\/icon128.png" }, "action": { "default_title": "NotePad", "default_popup": "index.html", "default_icon": { "16": "inc\/icon16.png", "32": "inc\/icon32.png", "48": "inc\/icon48.png", "64": "inc\/icon64.png", "128": "inc\/icon128.png" } }, "manifest_version": 3 } |