MyNotepad
Simple chrome notebook which helps you to save your notes.
Apa itu MyNotepad?
MyNotepad adalah ekstensi Chrome yang dikembangkan oleh Bhupendra Singh Bhandari, dan fitur utamanya adalah "Simple chrome notebook which helps you to save your notes.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi MyNotepad
Unduh file ekstensi MyNotepad 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. 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 Developer: Bhupendra ([email protected])
Informasi Dasar Ekstensi
Nama | ![]() |
ID | hmlppbhffiglamdeadolljnccgeldgjp |
URL Resmi | https://chrome.google.com/webstore/detail/mynotepad/hmlppbhffiglamdeadolljnccgeldgjp |
Deskripsi | Simple chrome notebook which helps you to save your notes. |
Ukuran File | 539 KB |
Jumlah Instalasi | 34 |
Versi Saat Ini | 1.0.1 |
Terakhir Diperbarui | 2020-06-22 |
Tanggal Publikasi | 2020-06-22 |
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": "MyNotepad", "version": "1.0.1", "description": "Simple chrome notebook which helps you to save your notes.", "permissions": [ "bookmarks", "storage" ], "browser_action": { "default_popup": "index.html", "default_icon": { "16": "assets\/images\/notebook.png", "32": "assets\/images\/notebook.png", "48": "assets\/images\/notebook.png", "128": "assets\/images\/notebook.png" } }, "icons": { "16": "assets\/images\/notebook.png", "32": "assets\/images\/notebook.png", "48": "assets\/images\/notebook.png", "128": "assets\/images\/notebook.png" }, "manifest_version": 2, "offline_enabled": true } |