Twitter Markdown
Enable markdown for tweet
Twitter Markdownとは何ですか?
Twitter Markdownはalphabrendによって開発されたChromeの拡張機能で、その主な機能は「Enable markdown for tweet」です。
拡張機能のスクリーンショット
Twitter Markdown拡張機能のCRXファイルをダウンロード
Twitter Markdown拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Convert markdown to HTML on Twitter
拡張機能の基本情報
名前 | ![]() |
ID | cnffgdmmphddooilldbedaejhdndnihp |
公式URL | https://chrome.google.com/webstore/detail/twitter-markdown/cnffgdmmphddooilldbedaejhdndnihp |
説明 | Enable markdown for tweet |
ファイルサイズ | 829 KB |
インストール数 | 44 |
現在のバージョン | 0.0.2 |
最終更新日 | 2018-12-01 |
公開日 | 2018-12-01 |
評価 | 3.50/5 合計 2 レビュー |
開発者 | alphabrend |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | 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'" } |