Trello Focus

Bug fixes & better display of comments

Vad är Trello Focus?

Trello Focus är en Chrome-tillägg utvecklad av luongtattrung, och dess huvudfunktion är "Bug fixes & better display of comments".

Tilläggsskärmbilder

screenshot

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

Ladda ner Trello Focus-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

                        Saving a lot of space by reducing the size of cover photo which is not always relevant. Also, show the lasted comment on card list, this is always the most relevant action need to be taken. After install, it works like Trello native features, you won't notice it's there.

Free • No ads • New features is comming                    

Grundläggande Information om Tillägg

Namn Trello Focus Trello Focus
ID gcpkllepbfkhkljdbeindfecjpelgefo
Officiell webbadress https://chrome.google.com/webstore/detail/trello-focus/gcpkllepbfkhkljdbeindfecjpelgefo
Beskrivning Bug fixes & better display of comments
Filstorlek 57.73 KB
Antal Installationer 283
Aktuell Version 0.8
Senast Uppdaterad 2018-01-05
Publiceringsdatum 2018-01-05
Betyg 4.00/5 Totalt 11 Betyg
Utvecklare luongtattrung
Betalningssätt free
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Trello Focus",
    "description": "Bug fixes & better display of comments",
    "version": "0.8",
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/trello.com\/*"
            ],
            "css": [
                "css\/styles.css"
            ],
            "js": [
                "js\/libs\/jquery-2.1.4.min.js",
                "js\/libs\/jquery.highlight.js",
                "js\/app.js"
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "manifest_version": 2
}