Medium RTL
Medium wouldn't, so I did.
Medium RTL란 무엇입니까?
Medium RTL은(는) Ahmad Salman에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Medium wouldn't, so I did."입니다.
확장 프로그램 스크린샷
Medium RTL 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Adds RTL support for arabic posts on Medium
확장 프로그램 기본 정보
이름 | Medium RTL |
ID | bakccaclbcnadeojpdinjcehfmbocgle |
공식 URL | https://chromewebstore.google.com/detail/medium-rtl/bakccaclbcnadeojpdinjcehfmbocgle |
설명 | Medium wouldn't, so I did. |
파일 크기 | 35.46 KB |
설치 횟수 | 29 |
현재 버전 | 0.1 |
최근 업데이트 | 2016-09-02 |
출시 날짜 | 2016-09-02 |
개발자 | Ahmad Salman |
결제 유형 | free |
지원되는 언어 | ar |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Medium RTL", "version": "0.1", "description": "Medium wouldn't, so I did.", "content_scripts": [ { "matches": [ "*:\/\/medium.com\/*" ], "js": [ "js\/jquery-2.2.3.min.js", "js\/arabicString.js", "js\/main.js" ], "run_at": "document_end" } ], "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "manifest_version": 2 } |