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 leewind19841209 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Makdown File Reader is a tool that supports multiple themes and auto detecting and transferring markdown to html."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Markdown File Reader एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 } |