Github Readme Markdown
So, Now don't worry about remembring markup, coz it's right there.
Cos'è Github Readme Markdown?
Github Readme Markdown è un'estensione di Chrome sviluppata da anantrungta1999, e la sua funzione principale è "So, Now don't worry about remembring markup, coz it's right there.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Github Readme Markdown
Scarica i file di estensione Github Readme Markdown in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
: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] Informazioni di Base sull'Estensione
| Nome | |
| ID | paacehodnnofnmhogoclomamladkpabg |
| URL Ufficiale | https://chromewebstore.google.com/detail/github-readme-markdown/paacehodnnofnmhogoclomamladkpabg |
| Descrizione | So, Now don't worry about remembring markup, coz it's right there. |
| Dimensione del File | 14.59 KB |
| Conteggio Installazioni | 320 |
| Versione Corrente | 1.5 |
| Ultimo Aggiornamento | 2019-07-18 |
| Data di Pubblicazione | 2019-07-18 |
| Valutazione | 4.38/5 Totale 13 Valutazioni |
| Sviluppatore | anantrungta1999 |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://github.com/Anant016/github-readme-markdown-chrome-extension |
| URL della Pagina di Aiuto | https://github.com/Anant016/github-readme-markdown-chrome-extension |
| Lingue Supportate | 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"
}
} | |