Markdown Sticky Notes
Markdown Sticky Notes web extension
ما هو Markdown Sticky Notes؟
Markdown Sticky Notes هو إضافة Chrome تم تطويرها بواسطة qiweiyang، والميزة الرئيسية لها هي "Markdown Sticky Notes web extension".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Markdown Sticky Notes
قم بتنزيل ملفات الامتداد Markdown Sticky Notes بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
A *Markdown* Sticky Note that can be used in web pages. Features: - Create new notes by clicking on the extension icon - Auto save content and position in the web page - Nice markdown editor & result - Draggable, resizable - Multiple editor theme and font styles - Shortcut: alt + m (mac: option + m) - SPA support (If there are bugs/feature suggestions, please email me or raise an issue on GitHub)
معلومات أساسية عن التمديد
الاسم | Markdown Sticky Notes |
ID | aiakblgmlabokilgljkglggnpflljdgp |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/markdown-sticky-notes/aiakblgmlabokilgljkglggnpflljdgp |
الوصف | Markdown Sticky Notes web extension |
حجم الملف | 1.3 MB |
عدد التثبيتات | 415 |
النسخة الحالية | 0.2.1 |
آخر تحديث | 2024-03-01 |
تاريخ النشر | 2020-05-09 |
تقييم | 4.33/5 مجموع تقييمات 6 |
المطور | qiweiyang |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/qiweiii/markdown-sticky-notes |
عنوان صفحة المساعدة | https://github.com/qiweiii/markdown-sticky-notes |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Markdown Sticky Notes", "description": "Markdown Sticky Notes web extension", "version": "0.2.1", "short_name": "markdown-sticky-notes", "icons": { "16": "icon\/notes16.png", "32": "icon\/notes32.png", "64": "icon\/notes64.png", "128": "icon\/notes128.png" }, "commands": { "create-note": { "suggested_key": { "default": "Alt+M" }, "description": "Run \"create-note\" on the current page." } }, "action": [], "permissions": [ "storage", "tabs" ], "host_permissions": [ " |