MV Asana RTL

RTL fix for Asana.com

MV Asana RTLคืออะไร?

MV Asana RTL เป็นส่วนขยายของ Chrome ที่พัฒนาโดย guy และคุณลักษณะหลักของมันคือ "RTL fix for Asana.com"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย MV Asana RTL

ดาวน์โหลดไฟล์ส่วนขยาย 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]"
}