Medium right to left support (open source)

Set RTL support for Medium articles

Medium right to left support (open source)란 무엇입니까?

Medium right to left support (open source)은(는) guy에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Set RTL support for Medium articles"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Medium right to left support (open source) 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Adding RTL (Right to Left languages such as Hebrew and Arabic) support for medium.com
Version 3
Updated support for new elements and ordered lists

The code is open source: https://github.com/LevyGuy/medium-rtl
Read about it here: https://medium.com/@levyguy/chrome-plugin-for-rtl-support-on-medium-a80a28c25931#.byrh3hf26                    

확장 프로그램 기본 정보

이름 Medium right to left support (open source) Medium right to left support (open source)
ID jphomldalicnlidjipmhcbekajjneeam
공식 URL https://chromewebstore.google.com/detail/medium-right-to-left-supp/jphomldalicnlidjipmhcbekajjneeam
설명 Set RTL support for Medium articles
파일 크기 7.58 KB
설치 횟수 265
현재 버전 0.4
최근 업데이트 2018-10-07
출시 날짜 2018-10-07
평점 4.25/5 총 4 개의 평점
개발자 guy
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Medium right to left support (open source)",
    "version": "0.4",
    "minimum_chrome_version": "49.0",
    "description": "Set RTL support for Medium articles",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/medium.com\/*"
            ],
            "js": [
                "content-script.js"
            ]
        }
    ],
    "manifest_version": 2
}