Notepad
Simple notebook which helps you to save/manage your notes.
Apa itu Notepad?
Notepad adalah ekstensi Chrome yang dikembangkan oleh Bhupendra Singh Bhandari, dan fitur utamanya adalah "Simple notebook which helps you to save/manage your notes.".
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
Features : 1.Lightning fast experience. 2. No login required. 3. Formatting options. 4. Recycle Bin. 5. Manage notes in categories 6. Automatically sync with chrome. 7. Reorder notes. Future roadmap: 1. Search capabilities. 2. Copy to clipboard. 3. Print notes. 4. Themes (dark/light mode). 5. Download notes. 6. Support for multiple language
Informasi Dasar Ekstensi
Nama | Notepad |
ID | ibmpamplhebgoidhhlpdgenhdhmchdoa |
URL Resmi | https://chromewebstore.google.com/detail/notepad/ibmpamplhebgoidhhlpdgenhdhmchdoa |
Deskripsi | Simple notebook which helps you to save/manage your notes. |
Ukuran File | 701 KB |
Jumlah Instalasi | 2,166 |
Versi Saat Ini | 1.0.5 |
Terakhir Diperbarui | 2020-07-13 |
Tanggal Publikasi | 2020-06-24 |
Penilaian | 4.38/5 Total 13 Penilaian |
Pengembang | Bhupendra Singh Bhandari |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Notepad", "version": "1.0.5", "description": "Simple notebook which helps you to save\/manage your notes.", "permissions": [ "bookmarks" ], "browser_action": { "default_popup": "index.html", "default_icon": { "16": "assets\/images\/notepad16.png", "32": "assets\/images\/notepad32.png", "48": "assets\/images\/notepad48.png", "128": "assets\/images\/notepad128.png" } }, "icons": { "16": "assets\/images\/notepad16.png", "32": "assets\/images\/notepad32.png", "48": "assets\/images\/notepad48.png", "128": "assets\/images\/notepad128.png" }, "manifest_version": 2, "offline_enabled": true, "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com https:\/\/ssl.google-analytics.com; object-src 'self'" } |