Markdown Editor Online
A lightweight, free and adaptable Markdown Editor Online app for your browser.
Markdown Editor Online क्या है?
Markdown Editor Online Curt Norval द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A lightweight, free and adaptable Markdown Editor Online app for your browser."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Markdown Editor Online एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
The Markdown Editor Online, formerly known as "Markdown Editor Online" (a lite markup language with plain text formatting syntax), is an online editor for markdown. With this app, you may modify the code of any "MD" file right within the built-in markdown editor. You can also compile the code and view the final document in the app (side or bottom sections depending on window size). After you've compiled a markdown program, click Print to print it as a PDF (via print UI). Please note that this software is based on CodeMirror (codemirror.net) and markdown-it (github.com/markdown-it/markdown-it) open source JavaScript libraries. There are only a few options to change for this program, simply open any markdown document, modify the code on the left side editor, then alter the top toolbar settings and then compile. Please keep in mind that while you type in the editor, the add-on compiles the code on-the-fly as well. You can also save the final markdown code or generate a PDF of the completed work.
एक्सटेंशन की मूल जानकारी
नाम | Markdown Editor Online |
ID | ifmbfinpnjnhhalldoafahnhpnelmpnd |
आधिकारिक URL | https://chromewebstore.google.com/detail/markdown-editor-online/ifmbfinpnjnhhalldoafahnhpnelmpnd |
विवरण | A lightweight, free and adaptable Markdown Editor Online app for your browser. |
फ़ाइल का आकार | 363 KB |
स्थापना संख्या | 85 |
वर्तमान संस्करण | 0.1 |
अंतिम अपडेट | 2022-07-06 |
प्रकाशन तिथि | 2022-07-05 |
रेटिंग | 5.00/5 कुल 9 रेटिंग्स |
डेवलपर | Curt Norval |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://worldaddons.com/markdown-editor-online/ |
सहायता पृष्ठ URL | https://worldaddons.com/contact/ |
गोपनीयता नीति पृष्ठ URL | https://worldaddons.com/privacy-policy |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.1", "manifest_version": 3, "offline_enabled": true, "name": "Markdown Editor Online", "short_name": "markdown-editor-online", "permissions": [ "storage", "contextMenus" ], "homepage_url": "https:\/\/worldaddons.com\/markdown-editor-online\/", "description": "A lightweight, free and adaptable Markdown Editor Online app for your browser.", "commands": { "_execute_action": [] }, "background": { "service_worker": "background.js" }, "action": { "default_title": "Markdown Editor Online", "default_icon": { "16": "source\/icons\/16.png", "32": "source\/icons\/32.png", "48": "source\/icons\/48.png", "64": "source\/icons\/64.png" } }, "icons": { "16": "source\/icons\/16.png", "32": "source\/icons\/32.png", "48": "source\/icons\/48.png", "64": "source\/icons\/64.png", "128": "source\/icons\/128.png" } } |