Refined Trello

Simplifies the Trello interface and adds useful features

What is Refined Trello?

Refined Trello is a Chrome extension developed by Strajk, and its main feature is "Simplifies the Trello interface and adds useful features".

Extension Screenshots

screenshot

Download Refined Trello Extension CRX File

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

                        Simplifies the Trello interface and adds useful features.

https://github.com/strajk/refined-trello                    

Extension Basic Information

Name Refined Trello Refined Trello
ID ehplgncidablicleelajoojipdnclbhm
Official URL https://chromewebstore.google.com/detail/refined-trello/ehplgncidablicleelajoojipdnclbhm
Description Simplifies the Trello interface and adds useful features
File Size 129 KB
Installation Count 53
Current Version 1.0.0
Last Updated 2016-08-08
Publish Date 2016-08-08
Rating 5.00/5 Total 2 Ratings
Developer Strajk
Email [email protected]
Payment Type free
Extension Website https://github.com/strajk/refined-trello
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Refined Trello",
    "version": "1.0.0",
    "description": "Simplifies the Trello interface and adds useful features",
    "homepage_url": "https:\/\/github.com\/strajk\/refined-trello",
    "manifest_version": 2,
    "minimum_chrome_version": "50",
    "permissions": [
        "https:\/\/trello.com\/*"
    ],
    "icons": [],
    "content_scripts": [
        {
            "run_at": "document_idle",
            "matches": [
                "https:\/\/trello.com\/*"
            ],
            "js": [
                "index.js"
            ],
            "css": [
                "index.css"
            ]
        }
    ]
}