Plain Text Edit - Take Notes in a Tab
Create and edit unlimited plain text notes in a tab. Everything you would expect from a notepad and more.
Plain Text Edit - Take Notes in a Tabคืออะไร?
Plain Text Edit - Take Notes in a Tab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://plaintextedit.com และคุณลักษณะหลักของมันคือ "Create and edit unlimited plain text notes in a tab. Everything you would expect from a notepad and more."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Plain Text Edit - Take Notes in a Tab
ดาวน์โหลดไฟล์ส่วนขยาย Plain Text Edit - Take Notes in a Tab ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
No account needed, no unnecessary permissions and no distractions. EVERYTHING YOU WOULD EXPECT FROM A NOTEPAD … * Automatic Saving - There's no save button, all your work is saved as you go including your last position in each note. * No Account Needed - Your data is stored locally and not communicated to any server. All of your notes remain completely private to you. * Search Your Notes - Blazing fast search. Search the entire text of all your notes instantly. * Check Spelling and Grammar - Toggle spellcheck off and on. * Tab Indentation - Don’t worry, the tab key won’t randomly select your address bar! * Export - Right-click anywhere in the editor and choose "Save Document As..." to save your notes as a file. * Dark Mode - Reduce eye strain with dark mode. The interface will reflect your OS theme preferences. * Requires No Special Permissions - Doesn't request any unnecessary permissions on download. … AND MORE. * Keyboard Navigation - Specifically designed with power users in mind. No need to take your fingers off the keyboard. * Multitasking - Work on multiple notes at the same time in separate tabs or windows. * Autocomplete Brackets - Automatically close brackets and quotes as you type. * Autocomplete Lists - Automatically continue unordered lists, ordered lists and markdown checklists. * Dynamic Icons - Look closely and you'll notice the document icons hint at how much text is in the note. * URL Detection - Right-click a URL in the editor to select it. --- KEYBOARD CONTROLS * Open extension popup -- Cmd/Ctrl + Shift + P * Navigate extension popup -- Arrow keys * Search notes in popup -- Just start typing * Open note in popup -- Enter * Delete note in popup -- Backspace/Delete * Save current note as a file -- Cmd/Ctrl + S --- PRIVACY & PERMISSIONS Notes are stored locally and are not sent to any remote server. All of your work remains completely private to you. Plain text Edit requires no special permissions to work and absolutely nothing is tracked in any way. --- If you are enjoying using Plain Text Edit or if you have any feedback, please write a review or leave a comment in the support tab.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | inekfgffegfmbifndbjlhjjjcfoalmic |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/plain-text-edit-take-note/inekfgffegfmbifndbjlhjjjcfoalmic |
คำอธิบาย | Create and edit unlimited plain text notes in a tab. Everything you would expect from a notepad and more. |
ขนาดไฟล์ | 23.2 KB |
จำนวนการติดตั้ง | 93 |
เวอร์ชันปัจจุบัน | 1.3.0 |
อัปเดตครั้งล่าสุด | 2022-08-04 |
วันที่เผยแพร่ | 2022-05-31 |
คะแนน | 4.40/5 รวมทั้งหมด 5 คะแนน |
ผู้พัฒนา | http://plaintextedit.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.plaintextedit.com/ |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_ext_name__", "description": "__MSG_ext_description__", "version": "1.3.0", "manifest_version": 3, "default_locale": "en", "icons": { "16": "images\/icon16.png", "24": "images\/icon24.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "permissions": [ "storage", "unlimitedStorage", "contextMenus" ], "background": { "service_worker": "background.js", "type": "module" }, "action": { "default_title": "__MSG_ext_name__", "default_popup": "html\/popup.html" }, "commands": { "_execute_action": { "suggested_key": { "default": "Ctrl+Shift+P", "mac": "Command+Shift+P" } } } } |