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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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'" } |