Github Readme Markdown
So, Now don't worry about remembring markup, coz it's right there.
Github Readme Markdown क्या है?
Github Readme Markdown anantrungta1999 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "So, Now don't worry about remembring markup, coz it's right there."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Github Readme Markdown एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
:smiley: It is a simple markdown for readme.md files at instant. This extension is specially for Github users to easily write their most important part - "The Documentation", very easily, without searching for markdown at other pages. How to use? 1. Just Add it to your browser 2. That's it!! Whenever editing a Readme.md file, this extra option will show automatically. [See picture]
एक्सटेंशन की मूल जानकारी
नाम | Github Readme Markdown |
ID | paacehodnnofnmhogoclomamladkpabg |
आधिकारिक URL | https://chromewebstore.google.com/detail/github-readme-markdown/paacehodnnofnmhogoclomamladkpabg |
विवरण | So, Now don't worry about remembring markup, coz it's right there. |
फ़ाइल का आकार | 14.59 KB |
स्थापना संख्या | 320 |
वर्तमान संस्करण | 1.5 |
अंतिम अपडेट | 2019-07-18 |
प्रकाशन तिथि | 2019-07-18 |
रेटिंग | 4.38/5 कुल 13 रेटिंग्स |
डेवलपर | anantrungta1999 |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/Anant016/github-readme-markdown-chrome-extension |
सहायता पृष्ठ URL | https://github.com/Anant016/github-readme-markdown-chrome-extension |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "author": "https:\/\/github.com\/Anant016", "name": "Github Readme Markdown", "icons": { "16": "git16.png", "48": "git48.png", "128": "git128.png" }, "version": "1.5", "description": "So, Now don't worry about remembring markup, coz it's right there.", "content_scripts": [ { "matches": [ "https:\/\/github.com\/*\/new*.md*", "https:\/\/github.com\/*\/edit*.md*", "https:\/\/github.com\/*\/new*.MD*", "https:\/\/github.com\/*\/edit*.MD*", "https:\/\/github.com\/*\/edit*readme", "https:\/\/github.com\/*\/new*readme" ], "js": [ "showoption.js" ], "run_at": "document_end" } ], "browser_action": { "default_icon": "git16.png", "default_popup": "popup.html" } } |