Twitter MD
Extend twitter to tweet markdown as image
Twitter MDとは何ですか?
Twitter MDはryosukeclarinetによって開発されたChromeの拡張機能で、その主な機能は「Extend twitter to tweet markdown as image」です。
拡張機能のスクリーンショット
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/ 拡張機能の基本情報
| 名前 | |
| ID | ofcdoemohfnfofjafamjbhdfjiifbehi |
| 公式URL | 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'"
} | |