Twitter Markdown
Enable markdown for tweet
What is Twitter Markdown?
Twitter Markdown is a Chrome extension developed by alphabrend, and its main feature is "Enable markdown for tweet".
Extension Screenshots
Download Twitter Markdown Extension CRX File
Download Twitter Markdown extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Convert markdown to HTML on Twitter
Extension Basic Information
Name | ![]() |
ID | cnffgdmmphddooilldbedaejhdndnihp |
Official URL | https://chrome.google.com/webstore/detail/twitter-markdown/cnffgdmmphddooilldbedaejhdndnihp |
Description | Enable markdown for tweet |
File Size | 829 KB |
Installation Count | 44 |
Current Version | 0.0.2 |
Last Updated | 2018-12-01 |
Publish Date | 2018-12-01 |
Rating | 3.50/5 Total 2 Ratings |
Developer | alphabrend |
[email protected] | |
Payment Type | free |
Supported Languages | 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'" } |