Export to Markdown
This is utilized to export the story in Medium to a markdown format file.
Export to Markdown क्या है?
Export to Markdown neal द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This is utilized to export the story in Medium to a markdown format file."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Export to Markdown एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension can help you to export blogs in Medium to markdown format files. And you can copy the text with just a click. And the extension is going to support more websites. Your suggestion is appreciated. Supported web sites: https://medium.com https://www.elastic.co/blog https://logz.io/blog This is a open source project. If you are interested, please go to https://github.com/neal1991/export-to-markdown Welcome star or pr. Any suggestion is appreciated.
एक्सटेंशन की मूल जानकारी
नाम | Export to Markdown |
ID | dodkihcbgpjblncjahodbnlgkkflliim |
आधिकारिक URL | https://chromewebstore.google.com/detail/export-to-markdown/dodkihcbgpjblncjahodbnlgkkflliim |
विवरण | This is utilized to export the story in Medium to a markdown format file. |
फ़ाइल का आकार | 20.4 KB |
स्थापना संख्या | 1,945 |
वर्तमान संस्करण | 0.1.9 |
अंतिम अपडेट | 2019-06-12 |
प्रकाशन तिथि | 2019-06-10 |
रेटिंग | 4.27/5 कुल 11 रेटिंग्स |
डेवलपर | neal |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/neal1991/export-to-markdown |
सहायता पृष्ठ URL | https://github.com/neal1991/export-to-markdown/issues |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Export to Markdown", "short_name": "ExportToMarkdown", "description": "This is utilized to export the story in Medium to a markdown format file.", "version": "0.1.9", "icons": { "16": "icons\/medium-16.png", "48": "icons\/medium-48.png", "64": "icons\/medium-64.png", "128": "icons\/medium.png" }, "permissions": [ "tabs", "https:\/\/*\/*" ], "browser_action": { "default_title": "Export to Markdown", "default_icon": "icons\/medium.png", "default_popup": "popup.html" }, "manifest_version": 2, "homepage_url": "https:\/\/github.com\/neal1991\/export-medium" } |