malter
Use markdown to edit and create notes in Evernote
ما هو malter؟
malter هو إضافة Chrome تم تطويرها بواسطة jashua212، والميزة الرئيسية لها هي "Use markdown to edit and create notes in Evernote".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة malter
قم بتنزيل ملفات الامتداد malter بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Features include: • Side-by-side view and scrolling • Syntax highlighting and beautifying of code blocks • Export note contents in markdown or html • GitHub flavored markdown
معلومات أساسية عن التمديد
الاسم | |
ID | pkamkhfinhdkjanbfooobehefdngkpdj |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/malter/pkamkhfinhdkjanbfooobehefdngkpdj |
الوصف | Use markdown to edit and create notes in Evernote |
حجم الملف | 352 KB |
عدد التثبيتات | 28 |
النسخة الحالية | 0.9.3 |
آخر تحديث | 2019-10-13 |
تاريخ النشر | 2019-10-13 |
تقييم | 5.00/5 مجموع تقييمات 5 |
المطور | jashua212 |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
عنوان صفحة سياسة الخصوصية | https://alternote.github.io/Privacy |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "persistent": false, "scripts": [ "background.js" ] }, "browser_action": { "default_icon": { "19": "img\/icon.png" }, "default_title": "malter" }, "description": "Use markdown to edit and create notes in Evernote", "icons": { "128": "img\/icon.png" }, "manifest_version": 2, "name": "malter", "permissions": [ "contextMenus", "storage", "tabs", "cookies", "https:\/\/www.evernote.com\/*" ], "version": "0.9.3" } |