Notepad Extension
Notepad Extension is a browser extension that allows users to save notes while browsing the web without switching tabs or windows.
Apa itu Notepad Extension?
Notepad Extension adalah ekstensi Chrome yang dikembangkan oleh jakesap, dan fitur utamanya adalah "Notepad Extension is a browser extension that allows users to save notes while browsing the web without switching tabs or windows.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Notepad Extension
Unduh file ekstensi Notepad Extension 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
Notepad Extension is a simple and convenient way to save notes while browsing the web. Quickly jot down important information, ideas, or reminders without changing tabs or windows. Simply click on the extension icon in your browser's toolbar to open the pop-up window, where you can type in your note. Note Saver will automatically save your note as you type, so you don't have to worry about losing any important information.
Informasi Dasar Ekstensi
Nama | Notepad Extension |
ID | llalomgpmhbiehnimkkbclmkgobillba |
URL Resmi | https://chromewebstore.google.com/detail/notepad-extension/llalomgpmhbiehnimkkbclmkgobillba |
Deskripsi | Notepad Extension is a browser extension that allows users to save notes while browsing the web without switching tabs or windows. |
Ukuran File | 67.69 KB |
Jumlah Instalasi | 79 |
Versi Saat Ini | 1.0.2 |
Terakhir Diperbarui | 2023-08-27 |
Tanggal Publikasi | 2023-05-06 |
Pengembang | jakesap |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/jakesap/notepad-extension |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Notepad Extension", "version": "1.0.2", "description": "Notepad Extension is a browser extension that allows users to save notes while browsing the web without switching tabs or windows.", "icons": { "16": "logo.png", "32": "logo.png", "48": "logo.png", "128": "logo.png" }, "permissions": [ "storage" ], "action": { "default_title": "Notepad Extension", "default_icon": "logo.png", "default_popup": "index.html" } } |