Medium RTL

Medium wouldn't, so I did.

What is Medium RTL?

Medium RTL is a Chrome extension developed by Ahmad Salman, and its main feature is "Medium wouldn't, so I did.".

Extension Screenshots

screenshot

Download Medium RTL Extension CRX File

Download Medium RTL 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

                        Adds RTL support for arabic posts on Medium                    

Extension Basic Information

Name Medium RTL Medium RTL
ID bakccaclbcnadeojpdinjcehfmbocgle
Official URL https://chromewebstore.google.com/detail/medium-rtl/bakccaclbcnadeojpdinjcehfmbocgle
Description Medium wouldn't, so I did.
File Size 35.46 KB
Installation Count 29
Current Version 0.1
Last Updated 2016-09-02
Publish Date 2016-09-02
Developer Ahmad Salman
Payment Type free
Supported Languages 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
}