NewTab Memo
Transforms Chrome new tabs into memopads. Type, edit, and save text.
NewTab Memoคืออะไร?
NewTab Memo เป็นส่วนขยายของ Chrome ที่พัฒนาโดย nc-dev และคุณลักษณะหลักของมันคือ "Transforms Chrome new tabs into memopads. Type, edit, and save text."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย NewTab Memo
ดาวน์โหลดไฟล์ส่วนขยาย NewTab Memo ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Ideal for jotting down notes. Only stores text locally, without any external tracking or storage. ★ Features ★ - Works offline - Autosaves text - Curated themes - Custom web fonts - Lightweight (~30 KiB) and only "Vanilla JS" = = = = = = = = = = Changelog (most recent updates) v1.1.2 - positioning bug fix v1.1.1 - New text editing lock/unlock button and indicator - New theme: Cookies 'n Cream - New text styling buttons: bold, italics, underline, strikethrough, indent, outdent, v1.1.0 - Moving some experimental features to stable - Options page changes to display current CSS settings
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | NewTab Memo |
ID | gmahiocgkhbehfpmdndjpppdehlccaoh |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/newtab-memo/gmahiocgkhbehfpmdndjpppdehlccaoh |
คำอธิบาย | Transforms Chrome new tabs into memopads. Type, edit, and save text. |
ขนาดไฟล์ | 24.05 KB |
จำนวนการติดตั้ง | 138 |
เวอร์ชันปัจจุบัน | 1.1.2 |
อัปเดตครั้งล่าสุด | 2021-01-15 |
วันที่เผยแพร่ | 2017-06-28 |
คะแนน | 4.33/5 รวมทั้งหมด 6 คะแนน |
ผู้พัฒนา | nc-dev |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "NewTab Memo", "version": "1.1.2", "description": "Transforms Chrome new tabs into memopads. Type, edit, and save text.", "chrome_url_overrides": { "newtab": "newTab.html" }, "browser_action": { "default_icon": "images\/icon-128.png", "default_title": "NewTab Memo", "default_popup": "popup.html" }, "options_page": "options.html", "permissions": [ "storage" ], "manifest_version": 2, "icons": { "16": "images\/icon-16.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "commands": { "save_changes": { "suggested_key": { "default": "Ctrl+Shift+S", "mac": "MacCtrl+Shift+S" }, "description": "Save text changes" } } } |