Lightweight Notepad
Very very lightweight notepad.
Apa itu Lightweight Notepad?
Lightweight Notepad adalah ekstensi Chrome yang dikembangkan oleh Murali Krishna Chanda, dan fitur utamanya adalah "Very very lightweight notepad.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Lightweight Notepad
Unduh file ekstensi Lightweight 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
A very lightweight notepad used for taking faster notes like storing phone numbers, mail IDs etc. It will save the data as you type.
Informasi Dasar Ekstensi
Nama | Lightweight Notepad |
ID | pkhiahnopknkooefhefdbalaaboepmbm |
URL Resmi | https://chromewebstore.google.com/detail/lightweight-notepad/pkhiahnopknkooefhefdbalaaboepmbm |
Deskripsi | Very very lightweight notepad. |
Ukuran File | 41.88 KB |
Jumlah Instalasi | 1,218 |
Versi Saat Ini | 4 |
Terakhir Diperbarui | 2019-04-01 |
Tanggal Publikasi | 2019-04-01 |
Penilaian | 4.44/5 Total 16 Penilaian |
Pengembang | Murali Krishna Chanda |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Lightweight Notepad", "version": "4", "manifest_version": 2, "description": "Very very lightweight notepad.", "browser_action": { "default_icon": "notepad.png", "default_popup": "notepad.html" }, "content_scripts": [ { "js": [ "jquery-3.3.1.min.js", "function.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "offline_enabled": true } |