Twitter MD

Extend twitter to tweet markdown as image

Twitter MD là gì?

Twitter MD là một tiện ích mở rộng Chrome được phát triển bởi ryosukeclarinet, và tính năng chính của nó là "Extend twitter to tweet markdown as image".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Twitter MD

Tải xuống các tệp mở rộng Twitter MD dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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/                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Twitter MD Twitter MD
ID ofcdoemohfnfofjafamjbhdfjiifbehi
URL Chính Thức https://chromewebstore.google.com/detail/twitter-md/ofcdoemohfnfofjafamjbhdfjiifbehi
Mô tả Extend twitter to tweet markdown as image
Kích Thước Tệp 4.4 MB
Số Lần Cài Đặt 45
Phiên Bản Hiện Tại 1.2.3
Cập Nhật Lần Cuối 2018-12-13
Ngày Phát Hành 2018-12-12
Nhà Phát Triển ryosukeclarinet
Loại Thanh Toán free
Trang Web Mở Rộng https://twitter-md.herokuapp.com/index.html
URL Trang Trợ Giúp https://twitter.com/GentleClarinet
URL Trang Chính Sách Bảo Mật https://ryosukecla.github.io/policy
Ngôn Ngữ Được Hỗ Trợ 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'"
}