Gist Markdown Preview
helps to preview the markdown while creating a markdown gist
Gist Markdown Preview क्या है?
Gist Markdown Preview https://blog.revathskumar.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "helps to preview the markdown while creating a markdown gist"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Gist Markdown Preview एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
The option is visible only when you choose the filetype as markdown or your filename ends with .md * updated for latest changes in gist.github.com design CHANGES on 2017/04/12 * updates to latest github changes * Removed the css from loading and breaking http://gist.github.com * Fixes the issue with appearing multiple preview buttons on multiple markdown files CHANGES on 2018/01/03 * updates to latest github changes CHANGES on 2018/01/20 * Support for Github flavoured markdown
एक्सटेंशन की मूल जानकारी
नाम | Gist Markdown Preview |
ID | icgfmklfpokeihbnnjjdpnjndickgpkh |
आधिकारिक URL | https://chromewebstore.google.com/detail/gist-markdown-preview/icgfmklfpokeihbnnjjdpnjndickgpkh |
विवरण | helps to preview the markdown while creating a markdown gist |
फ़ाइल का आकार | 139 KB |
स्थापना संख्या | 445 |
वर्तमान संस्करण | 2.0.3 |
अंतिम अपडेट | 2018-01-19 |
प्रकाशन तिथि | 2018-01-19 |
रेटिंग | 4.00/5 कुल 6 रेटिंग्स |
डेवलपर | https://blog.revathskumar.com |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/revathskumar/gist-markdown-preview |
सहायता पृष्ठ URL | https://github.com/revathskumar/gist-markdown-preview/issues |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Gist Markdown Preview", "version": "2.0.3", "description": "helps to preview the markdown while creating a markdown gist", "manifest_version": 2, "icons": { "16": "img\/gist16.png", "48": "img\/gist48.png", "128": "img\/gist128.png" }, "homepage_url": "https:\/\/github.com\/revathskumar\/gist-markdown-preview", "content_scripts": [ { "matches": [ "https:\/\/gist.github.com\/", "https:\/\/gist.github.com\/*\/*\/edit" ], "js": [ "js\/marked.js", "gist_markdown_preview.js" ], "run_at": "document_start" } ], "permissions": [ "https:\/\/gist.github.com\/" ] } |