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]"
}