Refined Trello

Simplifies the Trello interface and adds useful features

Vad är Refined Trello?

Refined Trello är en Chrome-tillägg utvecklad av Strajk, och dess huvudfunktion är "Simplifies the Trello interface and adds useful features".

Tilläggsskärmbilder

screenshot

Ladda ner Refined Trello-förlängningens CRX-fil

Ladda ner Refined Trello-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        Simplifies the Trello interface and adds useful features.

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

Grundläggande Information om Tillägg

Namn Refined Trello Refined Trello
ID ehplgncidablicleelajoojipdnclbhm
Officiell webbadress https://chromewebstore.google.com/detail/refined-trello/ehplgncidablicleelajoojipdnclbhm
Beskrivning Simplifies the Trello interface and adds useful features
Filstorlek 129 KB
Antal Installationer 53
Aktuell Version 1.0.0
Senast Uppdaterad 2016-08-08
Publiceringsdatum 2016-08-08
Betyg 5.00/5 Totalt 2 Betyg
Utvecklare Strajk
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/strajk/refined-trello
Stödda Språk 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"
            ]
        }
    ]
}