Twitter MD
Extend twitter to tweet markdown as image
Twitter MDคืออะไร?
Twitter MD เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ryosukeclarinet และคุณลักษณะหลักของมันคือ "Extend twitter to tweet markdown as image"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Twitter MD
ดาวน์โหลดไฟล์ส่วนขยาย 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'" } |