MultiTabs Markdown Editor
Markdown Editor with Multiple Tabs
MultiTabs Markdown Editorคืออะไร?
MultiTabs Markdown Editor เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Park ChangUk และคุณลักษณะหลักของมันคือ "Markdown Editor with Multiple Tabs"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย MultiTabs Markdown Editor
ดาวน์โหลดไฟล์ส่วนขยาย MultiTabs Markdown Editor ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Features - Markdown editor with multiple tabs - Rendering math equations, flowcharts, and sequence diagrams is available. - Section-by-section scroll synchronization - Hash functions for preventing attachment filename duplicates - Direct import/export to cloud storage such as Google Drive or Github - Support custom stylesheet Future Work - Support local storage with attachment management and its backup and restoring functionalities. - Enable to use external source of font style Privacy Policy - We do not collect user's data. - User's data is locally stored in his/her web browser.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | MultiTabs Markdown Editor |
ID | phkphcgcnlnnjijmdihnijbleiicljld |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/multitabs-markdown-editor/phkphcgcnlnnjijmdihnijbleiicljld |
คำอธิบาย | Markdown Editor with Multiple Tabs |
ขนาดไฟล์ | 4.34 MB |
จำนวนการติดตั้ง | 598 |
เวอร์ชันปัจจุบัน | 3.1.3.5 |
อัปเดตครั้งล่าสุด | 2021-10-27 |
วันที่เผยแพร่ | 2020-06-16 |
คะแนน | 4.75/5 รวมทั้งหมด 8 คะแนน |
ผู้พัฒนา | Park ChangUk |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://changuk.github.io/ |
URL หน้าช่วยเหลือ | https://changuk.github.io |
URL หน้านโยบายความเป็นส่วนตัว | https://changuk.github.io/privacypolicy |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "MultiTabs Markdown Editor", "description": "Markdown Editor with Multiple Tabs", "version": "3.1.3.5", "offline_enabled": true, "background": { "service_worker": "background.js" }, "action": { "default_icon": { "16": "images\/logo16.png", "32": "images\/logo32.png", "64": "images\/logo64.png", "128": "images\/logo128.png" } }, "icons": { "16": "images\/logo16.png", "128": "images\/logo128.png" }, "permissions": [ "tabs", "storage", "unlimitedStorage", "downloads", "downloads.shelf", "nativeMessaging", "identity" ], "host_permissions": [ "http:\/\/localhost\/*", "https:\/\/www.dropbox.com\/*", "https:\/\/github.com\/*", "https:\/\/login.microsoftonline.com\/*", "https:\/\/www.googleapis.com\/*", " |