Medium right to left support (open source)

Set RTL support for Medium articles

What is Medium right to left support (open source)?

Medium right to left support (open source) is a Chrome extension developed by guy, and its main feature is "Set RTL support for Medium articles".

Extension Screenshots

screenshot
screenshot
screenshot

Download Medium right to left support (open source) Extension CRX File

Download Medium right to left support (open source) extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Medium right to left support (open source) Medium right to left support (open source)
ID jphomldalicnlidjipmhcbekajjneeam
Official URL https://chromewebstore.google.com/detail/medium-right-to-left-supp/jphomldalicnlidjipmhcbekajjneeam
Description Set RTL support for Medium articles
File Size 7.58 KB
Installation Count 265
Current Version 0.4
Last Updated 2018-10-07
Publish Date 2018-10-07
Rating 4.25/5 Total 4 Ratings
Developer guy
Payment Type free
Supported Languages 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
}