EasyNotePad
Notepad that saves what you write
Apa itu EasyNotePad?
EasyNotePad adalah ekstensi Chrome yang dikembangkan oleh Jeeth Suresh, dan fitur utamanya adalah "Notepad that saves what you write".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi EasyNotePad
Unduh file ekstensi EasyNotePad 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
Ever had a piece of code, a single thought, or just a list of things you needed to do that you needed to remember? Until now, you would've had to open up a text editor, or find a pen and paper (who even keeps those around anymore?). Now, with EasyNotePad, it's easier than ever to create a short list or a babble-box for your thoughts! Current commands:creates a list of items COMING SOON: Options page to control how big your text size is, how wide your extension window is, and other such details. Also coming is a code view and possibly even an events/calendar view!
Informasi Dasar Ekstensi
Nama | EasyNotePad |
ID | dfdcglofngdaicocbbdllmhacdadohel |
URL Resmi | https://chromewebstore.google.com/detail/easynotepad/dfdcglofngdaicocbbdllmhacdadohel |
Deskripsi | Notepad that saves what you write |
Ukuran File | 45.13 KB |
Jumlah Instalasi | 452 |
Versi Saat Ini | 0.1 |
Terakhir Diperbarui | 2014-02-24 |
Tanggal Publikasi | 2014-02-23 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | Jeeth Suresh |
Tipe Pembayaran | free |
Bahasa yang Didukung | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "EasyNotePad", "description": "Notepad that saves what you write", "version": "0.1", "permissions": [ "background", "storage" ], "browser_action": { "default_icon": "icon.png", "default_popup": "easynotepad.html" } } |