Twitter MD

Extend twitter to tweet markdown as image

Co je Twitter MD?

Twitter MD je rozšíření Chrome vyvinuté ryosukeclarinet, a jeho hlavní funkcí je „Extend twitter to tweet markdown as image“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Twitter MD

Stáhněte si soubory rozšíření Twitter MD ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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/                    

Základní Informace o Rozšíření

Název Twitter MD Twitter MD
ID ofcdoemohfnfofjafamjbhdfjiifbehi
Oficiální URL https://chromewebstore.google.com/detail/twitter-md/ofcdoemohfnfofjafamjbhdfjiifbehi
Popis Extend twitter to tweet markdown as image
Velikost souboru 4.4 MB
Počet instalací 45
Aktuální Verze 1.2.3
Poslední Aktualizace 2018-12-13
Datum Vydání 2018-12-12
Vývojář ryosukeclarinet
Typ Platby free
Webové stránky Rozšíření https://twitter-md.herokuapp.com/index.html
URL Stránky Nápovědy https://twitter.com/GentleClarinet
URL Stránky Zásad Ochrany Soukromí https://ryosukecla.github.io/policy
Podporované Jazyky 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'"
}