matrixNote - notes in side panel

matrixNote is a live-preview markdown note-taking app in side panel. matrixNotes sync notes with local disk and coud drive

matrixNote - notes in side panelคืออะไร?

matrixNote - notes in side panel เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://noterail.site และคุณลักษณะหลักของมันคือ "matrixNote is a live-preview markdown note-taking app in side panel. matrixNotes sync notes with local disk and coud drive"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย matrixNote - notes in side panel

ดาวน์โหลดไฟล์ส่วนขยาย matrixNote - notes in side panel ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        📢 Markdown notes in side panel with live preview.

📌 Why you should consider this: 
✪ live preview markdown 
✪ Organize notes with colorful & Nested labels 
✪ Fast Fuzzy search 
✪ Create connections between your notes. Interconnect notes 
✪ Dark mode. 
✪ Auto Sync with desktop local file manager. 
✪ Export notes in five format: markdown,html,docx,epub and pdf 
✪ Pure & clean code that powers fastest performance. No third-party library used. 
✪ Negligible memory consumption (consume 400% less memory than new tab). 
✪ Auto Sync with gdrive,dropbox,onedrive and box.
✪ Cross-devices sync (coming soon). 
✪ No tracking.

📌 == FEATURES ==

✅ Markdown live preview
You don't need to open separate panel to preview your markdown.
matrixNote provides a real live preview like wysiwyg editor

✅ Organize notes with colorful & Nested labels
You can add color on label tags.

✅ Interconnect your notes
Create connections between your notes. Create your own personal wiki

✅ Custom Themes & fonts

✅ Time has come to forget ctrl+c and ctrl+v
Drag and drop any web content e.g images,selected text.
matrixNotesdoesn't convert text into image like others do.
matrixNote format into markdown so that you can easily modify them

✅ No vendor locked in.
matrixNote auto-sync your notes with desktop local file manager in three format:markdown,html,docx,epub & pdf
You can view and edit notes in any other markdown based note editor.
You don't need to switch note app. You can use this notes app along with another note taking app like obsidian. know more at guide page.

✅ Easily export notes
Export notes in three format:markdown,html,docx,epub & pdf

✅ Cloud sync with own cloud drive provider
Auto sync your notes through any cloud drive providers:Gdrive, onedrive, dropbox and box                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ matrixNote - notes in side panel matrixNote - notes in side panel
ID phpojcecaihbceeamnjdfbcbgipcijii
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/matrixnote-notes-in-side/phpojcecaihbceeamnjdfbcbgipcijii
คำอธิบาย matrixNote is a live-preview markdown note-taking app in side panel. matrixNotes sync notes with local disk and coud drive
ขนาดไฟล์ 208 KB
จำนวนการติดตั้ง 97
เวอร์ชันปัจจุบัน 0.0.6
อัปเดตครั้งล่าสุด 2023-07-29
วันที่เผยแพร่ 2023-07-13
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา https://noterail.site
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://matrixnote.noterail.site
URL หน้านโยบายความเป็นส่วนตัว https://brahmastra.vercel.app/privacy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "minimum_chrome_version": "112",
    "offline_enabled": true,
    "name": "matrixNote - notes in side panel",
    "short_name": "matrixNote",
    "description": "matrixNote is a live-preview markdown note-taking app in side panel. matrixNotes sync notes with local disk and coud drive",
    "version": "0.0.6",
    "author": "NoteRail",
    "icons": {
        "128": "icon_128.png",
        "16": "icon.png"
    },
    "action": {
        "default_title": "Open MatrixNote"
    },
    "options_page": "options\/index.html",
    "side_panel": {
        "default_path": "panel\/index.html"
    },
    "background": {
        "service_worker": "background\/background.js",
        "type": "module"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+M",
                "windows": "Ctrl+M",
                "mac": "Ctrl+M",
                "linux": "Ctrl+M"
            }
        }
    },
    "web_accessible_resources": [
        {
            "resources": [
                "cropper\/crop-box-7EO5GHJT.js",
                "cropper\/shot-cropper-QS2WOHXT.css"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/cloud.noterail.site\/*"
        ]
    },
    "permissions": [
        "sidePanel",
        "storage"
    ],
    "optional_permissions": [
        "tabs",
        "scripting"
    ],
    "optional_host_permissions": [
        ""
    ]
}