Twitter MD
Extend twitter to tweet markdown as image
What is Twitter MD?
Twitter MD is a Chrome extension developed by ryosukeclarinet, and its main feature is "Extend twitter to tweet markdown as image".
Extension Screenshots
Download Twitter MD Extension CRX File
Download Twitter MD 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
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/
Extension Basic Information
Name | Twitter MD |
ID | ofcdoemohfnfofjafamjbhdfjiifbehi |
Official URL | https://chromewebstore.google.com/detail/twitter-md/ofcdoemohfnfofjafamjbhdfjiifbehi |
Description | Extend twitter to tweet markdown as image |
File Size | 4.4 MB |
Installation Count | 45 |
Current Version | 1.2.3 |
Last Updated | 2018-12-13 |
Publish Date | 2018-12-12 |
Developer | ryosukeclarinet |
Payment Type | free |
Extension Website | https://twitter-md.herokuapp.com/index.html |
Help Page URL | https://twitter.com/GentleClarinet |
Privacy Policy Page URL | https://ryosukecla.github.io/policy |
Supported Languages | 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'" } |