Twitter MD
Extend twitter to tweet markdown as image
Cos'è Twitter MD?
Twitter MD è un'estensione di Chrome sviluppata da ryosukeclarinet, e la sua funzione principale è "Extend twitter to tweet markdown as image".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Twitter MD
Scarica i file di estensione Twitter MD 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
Twitter MD Chrome Extension. Twitter MD extends twitter to tweet markdown as image. You can write Code with syntax highlight, math formula with latex. Twitter MD's features are below. - modern UI - github flavored markdown - math formula - sytax highlight - preview md - customize css - setting tweet content - front matter - save md as png - tweet md as png Privacy policy is here: https://ryosukecla.github.io/policy/
Informazioni di Base sull'Estensione
Nome | Twitter MD |
ID | ofcdoemohfnfofjafamjbhdfjiifbehi |
URL Ufficiale | https://chromewebstore.google.com/detail/twitter-md/ofcdoemohfnfofjafamjbhdfjiifbehi |
Descrizione | Extend twitter to tweet markdown as image |
Dimensione del File | 4.4 MB |
Conteggio Installazioni | 45 |
Versione Corrente | 1.2.3 |
Ultimo Aggiornamento | 2018-12-13 |
Data di Pubblicazione | 2018-12-12 |
Sviluppatore | ryosukeclarinet |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://twitter-md.herokuapp.com/index.html |
URL della Pagina di Aiuto | https://twitter.com/GentleClarinet |
URL della Pagina della Politica sulla Privacy | https://ryosukecla.github.io/policy |
Lingue Supportate | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Twitter MD", "version": "1.2.3", "manifest_version": 2, "description": "Extend twitter to tweet markdown as image", "author": "Ryosuke Suzuki", "browser_action": { "default_popup": "index.html" }, "icons": { "16": "\/icon16.png", "48": "\/icon48.png", "128": "\/icon128.png" }, "permissions": [ "http:\/\/localhost:3010\/*", "https:\/\/twitter-md.herokuapp.com\/*", "storage" ], "web_accessible_resources": [ "\/static\/css\/content.css" ], "content_security_policy": "script-src 'self'; object-src 'self'" } |