Trello feels good

Aesthetic Trello theme

Cos'è Trello feels good?

Trello feels good è un'estensione di Chrome sviluppata da https://trello.gambala.pro, e la sua funzione principale è "Aesthetic Trello theme".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Trello feels good

Scarica i file di estensione Trello feels good in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        This extension makes Trello web interface much cleaner and convenient.

New in 0.3.3
- Fixed a bug with non opening modal windows on wide screens

Features:
- Recoloring UI to the nice light palette
- Optimize trello cards opening on wide displays
- Remove huge thumbnails from cards to hover-in mini-section                    

Informazioni di Base sull'Estensione

Nome Trello feels good Trello feels good
ID hiomhgngghagmknaljmoggplloglmkmb
URL Ufficiale https://chromewebstore.google.com/detail/trello-feels-good/hiomhgngghagmknaljmoggplloglmkmb
Descrizione Aesthetic Trello theme
Dimensione del File 35.86 KB
Conteggio Installazioni 61
Versione Corrente 0.3.3
Ultimo Aggiornamento 2020-01-07
Data di Pubblicazione 2020-01-07
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore https://trello.gambala.pro
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Trello feels good",
    "version": "0.3.3",
    "author": "Vitaliy Emeliyantsev",
    "description": "Aesthetic Trello theme",
    "homepage_url": "https:\/\/github.com\/gambala\/trello",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "minimum_chrome_version": "21",
    "short_name": "Trello feels good",
    "browser_action": {
        "default_icon": {
            "16": "icon16.png",
            "24": "icon24.png",
            "32": "icon32.png"
        },
        "default_popup": "popup.html",
        "default_title": "Trello feels good"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "vendor\/jquery-3.1.1.slim.min.js",
                "trello.js"
            ],
            "matches": [
                "https:\/\/trello.com\/*"
            ]
        }
    ],
    "permissions": [
        "https:\/\/trello.com\/*"
    ],
    "web_accessible_resources": [
        "trello.css"
    ]
}