ClickUp RTL

Makes clickup.com interface RTL

What is ClickUp RTL?

ClickUp RTL is a Chrome extension developed by Hippocampus, and its main feature is "Makes clickup.com interface RTL".

Extension Screenshots

screenshot

Download ClickUp RTL Extension CRX File

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

                        Add RTL support to clickup.com interface. 
Suited for Hebrew, Arabic and Persian languages

Using this extension allows you to read LTR and RTL sentences properly.

You might see some bugs here and there, let me know if you found some!                    

Extension Basic Information

Name ClickUp RTL ClickUp RTL
ID onakkfgcndojknipgnpagfakhbnpmpeh
Official URL https://chromewebstore.google.com/detail/clickup-rtl/onakkfgcndojknipgnpagfakhbnpmpeh
Description Makes clickup.com interface RTL
File Size 414 KB
Installation Count 685
Current Version 1.3
Last Updated 2022-10-12
Publish Date 2021-12-08
Rating 3.50/5 Total 4 Ratings
Developer Hippocampus
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ClickUp RTL",
    "description": "Makes clickup.com interface RTL",
    "version": "1.3",
    "permissions": [
        "activeTab",
        "background",
        "storage",
        "https:\/\/*.clickup.com\/*",
        "http:\/\/*.clickup.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.clickup.com\/*"
            ],
            "js": [
                "js\/background.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "css\/clickup-rtl-basic.css",
        "css\/clickup-rtl-pipelineSummary.css",
        "css\/clickup-ltr-pipelineSummary.css"
    ],
    "browser_action": {
        "default_title": "Change ClickUp to RTL mode",
        "default_popup": "popup.html"
    },
    "manifest_version": 2
}