Twitter Markdown
Enable markdown for tweet
Cos'è Twitter Markdown?
Twitter Markdown è un'estensione di Chrome sviluppata da alphabrend, e la sua funzione principale è "Enable markdown for tweet".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Twitter Markdown
Scarica i file di estensione Twitter 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
Convert markdown to HTML on Twitter Informazioni di Base sull'Estensione
| Nome | |
| ID | cnffgdmmphddooilldbedaejhdndnihp |
| URL Ufficiale | https://chrome.google.com/webstore/detail/twitter-markdown/cnffgdmmphddooilldbedaejhdndnihp |
| Descrizione | Enable markdown for tweet |
| Dimensione del File | 829 KB |
| Conteggio Installazioni | 44 |
| Versione Corrente | 0.0.2 |
| Ultimo Aggiornamento | 2018-12-01 |
| Data di Pubblicazione | 2018-12-01 |
| Valutazione | 3.50/5 Totale 2 Valutazioni |
| Sviluppatore | alphabrend |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | ja |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"description": "Enable markdown for tweet",
"version": "0.0.2",
"name": "Twitter Markdown",
"browser_action": {
"default_popup": "popup.html"
},
"manifest_version": 2,
"content_scripts": [
{
"matches": [
"https:\/\/twitter.com\/*"
],
"js": [
"app.bundle.js"
],
"css": [
"github-markdown.css",
"markdown.css"
]
}
],
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
} | |