Trello Extras

Some extra functionality for Trello.

What is Trello Extras?

Trello Extras is a Chrome extension developed by Barry Els, and its main feature is "Some extra functionality for Trello.".

Download Trello Extras Extension CRX File

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

                        Some extra functionality for Trello. Feel free to request features, report bugs and help out (PRs welcome) here: https://github.com/barryels/trello-extras                    

Extension Basic Information

Name Trello Extras Trello Extras
ID eljmgmdnmlfabhkkjplfennnnjnhhaog
Official URL https://chromewebstore.google.com/detail/trello-extras/eljmgmdnmlfabhkkjplfennnnjnhhaog
Description Some extra functionality for Trello.
File Size 459 KB
Installation Count 25
Current Version 1.8.6
Last Updated 2017-06-15
Publish Date 2017-06-15
Developer Barry Els
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "exclude_globs": [],
            "include_globs": [
                "*"
            ],
            "css": [
                "css\/index.css"
            ],
            "js": [
                "js\/index.js"
            ],
            "matches": [
                "http:\/\/trello.com\/*",
                "https:\/\/trello.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "browser_action": {
        "default_icon": {
            "16": "icon-16.png",
            "48": "icon-48.png",
            "128": "icon-128.png"
        },
        "default_popup": "popup.html",
        "default_title": "Trello Extras"
    },
    "name": "Trello Extras",
    "version": "1.8.6",
    "description": "Some extra functionality for Trello.",
    "author": "Barry Els "
}