Markdown to Plain
Convert markdown to plain text.
ما هو Markdown to Plain؟
Markdown to Plain هو إضافة Chrome تم تطويرها بواسطة mtgto، والميزة الرئيسية لها هي "Convert markdown to plain text.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Markdown to Plain
قم بتنزيل ملفات الامتداد Markdown to Plain بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Convert markdown to plain text. ■Features - Click the icon of this extension and open the editor to convert. ■OSS This extension is OSS. See https://github.com/mtgto/markdown-to-plain .
معلومات أساسية عن التمديد
الاسم | Markdown to Plain |
ID | kcfemfieficedfhplhkmlpeddpkgiaok |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/markdown-to-plain/kcfemfieficedfhplhkmlpeddpkgiaok |
الوصف | Convert markdown to plain text. |
حجم الملف | 110 KB |
عدد التثبيتات | 67 |
النسخة الحالية | 1.1.0 |
آخر تحديث | 2020-07-19 |
تاريخ النشر | 2019-07-15 |
المطور | mtgto |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/mtgto/markdown-to-plain |
عنوان صفحة المساعدة | https://github.com/mtgto/markdown-to-plain |
اللغات المدعومة | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extensionName__", "version": "1.1.0", "description": "__MSG_extensionDescription__", "default_locale": "en", "author": "mtgto", "homepage_url": "https:\/\/github.com\/mtgto\/markdown-to-plain", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [], "browser_action": { "default_popup": "popup.html" } } |