Github Readme Markdown
So, Now don't worry about remembring markup, coz it's right there.
Qu'est-ce que Github Readme Markdown ?
Github Readme Markdown est une extension Chrome développée par anantrungta1999, et sa fonction principale est "So, Now don't worry about remembring markup, coz it's right there.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Github Readme Markdown
Téléchargez les fichiers d'extension Github Readme Markdown au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
: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]
Informations de Base sur l'Extension
Nom | Github Readme Markdown |
ID | paacehodnnofnmhogoclomamladkpabg |
URL Officiel | https://chromewebstore.google.com/detail/github-readme-markdown/paacehodnnofnmhogoclomamladkpabg |
Description | So, Now don't worry about remembring markup, coz it's right there. |
Taille du Fichier | 14.59 KB |
Nombre d'Installations | 320 |
Version Actuelle | 1.5 |
Dernière Mise à Jour | 2019-07-18 |
Date de Publication | 2019-07-18 |
Évaluation | 4.38/5 Total 13 Évaluations |
Développeur | anantrungta1999 |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/Anant016/github-readme-markdown-chrome-extension |
URL de la Page d'Aide | https://github.com/Anant016/github-readme-markdown-chrome-extension |
Langues Prises en Charge | 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" } } |