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文件

下载Medium right to left support (open source)扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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
}