Simple Notepad
Very simple notepad. Synchronize between the same accounts.
Apa itu Simple Notepad?
Simple Notepad adalah ekstensi Chrome yang dikembangkan oleh mountaindull, dan fitur utamanya adalah "Very simple notepad. Synchronize between the same accounts.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Simple Notepad
Unduh file ekstensi Simple 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
Add a very simple notepad that allows you to switch between multiple notes in your browser. You can select the save storage of each memo from "Sync" or "Local", and the contents are always saved. You can change the size of the memo field and the width of the TAB from "Settings".
Informasi Dasar Ekstensi
Nama | Simple Notepad |
ID | gmcbcmahcbcmmlofmdmnmjfhojegpbdh |
URL Resmi | https://chromewebstore.google.com/detail/simple-notepad/gmcbcmahcbcmmlofmdmnmjfhojegpbdh |
Deskripsi | Very simple notepad. Synchronize between the same accounts. |
Ukuran File | 51.86 KB |
Jumlah Instalasi | 174 |
Versi Saat Ini | 1.6.5 |
Terakhir Diperbarui | 2023-08-25 |
Tanggal Publikasi | 2022-01-10 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | mountaindull |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/Keinsleif/Simple_Notepad |
Bahasa yang Didukung | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_Name__", "version": "1.6.5", "description": "__MSG_Description__", "default_locale": "en", "icons": { "16": "16.png", "48": "48.png", "128": "128.png" }, "action": { "default_popup": "popup.html" }, "options_ui": { "page": "options.html", "open_in_tab": false }, "background": { "service_worker": "background.js" }, "permissions": [ "storage", "unlimitedStorage" ] } |