Twitter MD

Extend twitter to tweet markdown as image

什麼是Twitter MD?

Twitter MD是由ryosukeclarinet開發的Chrome擴展程式,該擴展的主要功能是“Extend twitter to tweet markdown as image”。

擴展截圖

screenshot
screenshot
screenshot

下載Twitter MD擴展crx文件

下載Twitter MD擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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/                    

擴展基本資訊

名稱 Twitter MD Twitter MD
ID ofcdoemohfnfofjafamjbhdfjiifbehi
官方網址 https://chromewebstore.google.com/detail/twitter-md/ofcdoemohfnfofjafamjbhdfjiifbehi
簡介 Extend twitter to tweet markdown as image
檔案大小 4.4 MB
安裝次數 45
目前版本 1.2.3
更新時間 2018-12-13
上架時間 2018-12-12
開發者 ryosukeclarinet
付費類型 free
擴展官網 https://twitter-md.herokuapp.com/index.html
說明頁面URL https://twitter.com/GentleClarinet
隱私政策頁面URL https://ryosukecla.github.io/policy
支援的語言 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'"
}