Asana RTL

RTL switcher

What is Asana RTL?

Asana RTL is a Chrome extension developed by wem, and its main feature is "RTL switcher".

Extension Screenshots

screenshot

Download Asana RTL Extension CRX File

Download Asana 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

                        תוסף RTL לעבודה עם מערכת משימות ASANA
התוסף מאפשר להציג את כל התוכן של המשימות בעברית בפורמט RTL                    

Extension Basic Information

Name Asana RTL Asana RTL
ID dfhdkfgoblgjjfblclmgffbpefcimiaj
Official URL https://chromewebstore.google.com/detail/asana-rtl/dfhdkfgoblgjjfblclmgffbpefcimiaj
Description RTL switcher
File Size 29.7 KB
Installation Count 119
Current Version 1.1.0
Last Updated 2022-03-29
Publish Date 2022-03-28
Rating 5.00/5 Total 1 Ratings
Developer wem
Email [email protected]
Payment Type free
Supported Languages iw
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Asana RTL",
    "version": "1.1.0",
    "description": "RTL switcher",
    "homepage_url": "https:\/\/www.wemake.co.il\/",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "process.js"
            ]
        }
    ],
    "icons": {
        "16": "\/images\/favicon-16.png",
        "32": "\/images\/favicon-32.png",
        "48": "\/images\/favicon-48.png",
        "128": "\/images\/favicon-128.png"
    }
}