My Notes
Simple and fast note-taking.
My Notesคืออะไร?
My Notes เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Pavel Bucka และคุณลักษณะหลักของมันคือ "Simple and fast note-taking."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย My Notes
ดาวน์โหลดไฟล์ส่วนขยาย My Notes ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
– Automatically saved and updated in every open tab – Context menu to save selected text to note or My Notes in second computer – Back up notes to Google Drive – Sync notes between My Notes and Google Drive, edit them from other devices or My Notes – Auto Sync notes to Google Drive – Drag and Drop image with automatic image upload to Google Drive – Toolbar (Bold, Italic, Underline, etc.) – Themes (Light, Dark, Custom) – Keyboard shortcuts – Command palette – Works offline More at: https://github.com/penge/my-notes
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | My Notes |
ID | lkeeogfaiembcblonahillacpaabmiop |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/my-notes/lkeeogfaiembcblonahillacpaabmiop |
คำอธิบาย | Simple and fast note-taking. |
ขนาดไฟล์ | 69.75 KB |
จำนวนการติดตั้ง | 15,154 |
เวอร์ชันปัจจุบัน | 3.28 |
อัปเดตครั้งล่าสุด | 2023-12-22 |
วันที่เผยแพร่ | 2020-06-27 |
คะแนน | 4.68/5 รวมทั้งหมด 82 คะแนน |
ผู้พัฒนา | Pavel Bucka |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/penge/my-notes |
URL หน้านโยบายความเป็นส่วนตัว | https://www.privacypolicygenerator.info/live.php?token=LhK6LtlPguI8kJVggGHMi2Q3nLjaRVMw |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "My Notes", "description": "Simple and fast note-taking.", "version": "3.28", "homepage_url": "https:\/\/github.com\/penge\/my-notes", "icons": { "128": "images\/icon128.png" }, "options_page": "options.html", "permissions": [ "storage", "unlimitedStorage", "contextMenus", "notifications" ], "optional_permissions": [ "identity" ], "host_permissions": [ "https:\/\/drive.google.com\/" ], "oauth2": { "client_id": "813847979218-unbbh8m0el8vjdi74rnqdarm1mhv3985.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/drive.file" ] }, "background": { "service_worker": "background.mjs", "type": "module" }, "action": { "default_icon": "images\/icon128.png" }, "commands": { "open-my-notes": { "suggested_key": { "default": "Ctrl+Shift+M", "windows": "Ctrl+Shift+M", "mac": "Ctrl+Shift+M" }, "description": "Open My Notes" } }, "minimum_chrome_version": "92", "offline_enabled": true } |