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/
扩展基本信息
名称 | Twitter MD |
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'" } |