MV Asana RTL

RTL fix for Asana.com

什么是MV Asana RTL?

MV Asana RTL是由guy开发的Chrome扩展程序,该扩展的主要功能是“RTL fix for Asana.com”。

扩展截图

screenshot
screenshot

下载MV Asana RTL扩展crx文件

下载MV Asana RTL扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        MV Asana RTL

This plugin displays text in rtl direction while using Asana.com.
The first version was made to fix the texts that showing in board view. if you need more, please contact us.                    

扩展基本信息

名称 MV Asana RTL MV Asana RTL
ID hngjhgkgbngfhkbccnoaaeiccgfademb
官方URL https://chrome.google.com/webstore/detail/mv-asana-rtl/hngjhgkgbngfhkbccnoaaeiccgfademb
简介 RTL fix for Asana.com
文件大小 30.63 KB
安装次数 57
当前版本 1.0.1
更新时间 2018-11-04
上架时间 2018-11-04
评分 4.75/5 共4次评分
开发者 guy
付费类型 free
帮助页面URL http://www.media-vision.co.il
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "MV Asana RTL",
    "version": "1.0.1",
    "description": "RTL fix for Asana.com",
    "icons": {
        "16": "MV_asana_rtl-16.png",
        "32": "MV_asana_rtl-32.png",
        "64": "MV_asana_rtl-64.png",
        "128": "MV_asana_rtl-128.png"
    },
    "browser_action": {
        "default_icon": "MV_asana_rtl-128.png",
        "default_popup": "popup.html",
        "default_title": "Asana RTL Display"
    },
    "homepage_url": "http:\/\/www.media-vision.co.il",
    "minimum_chrome_version": "68",
    "permissions": [
        "https:\/\/app.asana.com\/0\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/app.asana.com\/0\/*"
            ],
            "css": [
                "MV_asana_rtl.css"
            ]
        }
    ],
    "author": "Media Vision [email protected]"
}