Markdown File Reader
Makdown File Reader is a tool that supports multiple themes and auto detecting and transferring markdown to html.
ما هو Markdown File Reader؟
Markdown File Reader هو إضافة Chrome تم تطويرها بواسطة leewind19841209، والميزة الرئيسية لها هي "Makdown File Reader is a tool that supports multiple themes and auto detecting and transferring markdown to html.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Markdown File Reader
قم بتنزيل ملفات الامتداد Markdown File Reader بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Get source code at https://github.com/leewind/leewind-markdown-md Features: + Transfer markdown file to html file in Chrome + Select different code themes + Auto detect the makrdown files and transfer files
معلومات أساسية عن التمديد
الاسم | Markdown File Reader |
ID | afcmlpnpmdljjlcpmlcnlokilglejfga |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/markdown-file-reader/afcmlpnpmdljjlcpmlcnlokilglejfga |
الوصف | Makdown File Reader is a tool that supports multiple themes and auto detecting and transferring markdown to html. |
حجم الملف | 62.25 KB |
عدد التثبيتات | 714 |
النسخة الحالية | 0.2 |
آخر تحديث | 2013-12-27 |
تاريخ النشر | 2013-12-27 |
تقييم | 3.00/5 مجموع تقييمات 2 |
المطور | leewind19841209 |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Markdown File Reader", "description": "Makdown File Reader is a tool that supports multiple themes and auto detecting and transferring markdown to html.", "version": "0.2", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "optional_permissions": [ "file:\/\/\/*\/*" ], "background": { "persistent": false, "scripts": [ "common\/base.js", "background.js" ] }, "icons": { "16": "icon\/markdown_16x16.png", "48": "icon\/markdown_48x48.png", "128": "icon\/markdown_128x128.png" }, "browser_action": { "default_title": "Markdown File Reader", "default_icon": "icon\/markdown_128x128.png", "default_popup": "pop.html" }, "manifest_version": 2, "offline_enabled": true } |