HTML to Markdown
Translate a selected HTML text to equivalent markdown format
HTML to Markdown क्या है?
HTML to Markdown https://github.com/geraldnguyen द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Translate a selected HTML text to equivalent markdown format"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में HTML to Markdown एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Select and convert headers, paragraphs, images or links on the web into Markdown text quickly and effortlessly Prefer a different markdown favour? Just require a simple converter? Now available in version 2
एक्सटेंशन की मूल जानकारी
नाम | HTML to Markdown |
ID | kgfecdionnddbhjfeanngjbpnnglnpho |
आधिकारिक URL | https://chromewebstore.google.com/detail/html-to-markdown/kgfecdionnddbhjfeanngjbpnnglnpho |
विवरण | Translate a selected HTML text to equivalent markdown format |
फ़ाइल का आकार | 3.41 MB |
स्थापना संख्या | 1,000 |
वर्तमान संस्करण | 2.0 |
अंतिम अपडेट | 2021-06-06 |
प्रकाशन तिथि | 2021-02-22 |
रेटिंग | 4.00/5 कुल 3 रेटिंग्स |
डेवलपर | https://github.com/geraldnguyen |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "HTML to Markdown", "version": "2.0", "description": "Translate a selected HTML text to equivalent markdown format", "icons": { "16": "\/images\/16.png", "32": "\/images\/32.png", "48": "\/images\/48.png", "128": "\/images\/128.png" }, "background": { "service_worker": "service-worker.js" }, "action": { "default_popup": "popup.html", "default_title": "Translate a selected HTML text to equivalent markdown format" }, "options_page": "options.html", "permissions": [ "activeTab", "scripting", "clipboardRead", "clipboardWrite", "contextMenus", "storage" ] } |