Trello RTL

Make trello.com RTL

What is Trello RTL?

Trello RTL is a Chrome extension developed by Zaid Barghouthi, and its main feature is "Make trello.com RTL".

Extension Screenshots

screenshot

Download Trello RTL Extension CRX File

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

                        Make trollo.com right to left                    

Extension Basic Information

Name Trello RTL Trello RTL
ID gaaaaglhpojklklnnaejpdhmjdcjaaeb
Official URL https://chromewebstore.google.com/detail/trello-rtl/gaaaaglhpojklklnnaejpdhmjdcjaaeb
Description Make trello.com RTL
File Size 110 KB
Installation Count 94
Current Version 0.1.0
Last Updated 2019-04-08
Publish Date 2019-04-08
Rating 5.00/5 Total 1 Ratings
Developer Zaid Barghouthi
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Trello RTL",
    "version": "0.1.0",
    "description": "Make trello.com RTL",
    "content_scripts": [
        {
            "js": [
                "js\/disable-original-styles.js"
            ],
            "css": [
                "css\/rtl.css"
            ],
            "matches": [
                "https:\/\/trello.com\/*"
            ]
        }
    ],
    "icons": {
        "128": "img\/icons\/128.png"
    }
}