Notepad Extension
Notepad Extension is a browser extension that allows users to save notes while browsing the web without switching tabs or windows.
Notepad Extensionคืออะไร?
Notepad Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย jakesap และคุณลักษณะหลักของมันคือ "Notepad Extension is a browser extension that allows users to save notes while browsing the web without switching tabs or windows."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Notepad Extension
ดาวน์โหลดไฟล์ส่วนขยาย Notepad Extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Notepad Extension |
ID | llalomgpmhbiehnimkkbclmkgobillba |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/notepad-extension/llalomgpmhbiehnimkkbclmkgobillba |
คำอธิบาย | Notepad Extension is a browser extension that allows users to save notes while browsing the web without switching tabs or windows. |
ขนาดไฟล์ | 67.69 KB |
จำนวนการติดตั้ง | 79 |
เวอร์ชันปัจจุบัน | 1.0.2 |
อัปเดตครั้งล่าสุด | 2023-08-27 |
วันที่เผยแพร่ | 2023-05-06 |
ผู้พัฒนา | jakesap |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/jakesap/notepad-extension |
ภาษาที่รองรับ | 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" } } |