trelloimprovements

An add-on to improve your life and work with trello

Cos'è trelloimprovements?

trelloimprovements è un'estensione di Chrome sviluppata da https://www.trelloimprovements.com, e la sua funzione principale è "An add-on to improve your life and work with trello".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione trelloimprovements

Scarica i file di estensione trelloimprovements 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 improves your Trello experience in Chrome.

It: 

- counts cards per board and per list
- can make labels more visible
- can color the whole card with label color
- shows card ID
- adds Sticky card feature
- adds Two Dark themes for the whole Trello interface!
Everything can be turned on and off - try it!                    

Informazioni di Base sull'Estensione

Nome trelloimprovements trelloimprovements
ID cfajneojaaaagcahkajieaeaiegndpep
URL Ufficiale https://chromewebstore.google.com/detail/trelloimprovements/cfajneojaaaagcahkajieaeaiegndpep
Descrizione An add-on to improve your life and work with trello
Dimensione del File 86.2 KB
Conteggio Installazioni 1,175
Versione Corrente 3.1.2
Ultimo Aggiornamento 2023-04-12
Data di Pubblicazione 2020-01-24
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore https://www.trelloimprovements.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.trelloimprovements.com/
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "trelloimprovements",
    "short_name": "Trello Improvements",
    "version": "3.1.2",
    "homepage_url": "https:\/\/trelloimprovements.com",
    "description": "An add-on to improve your life and work with trello",
    "icons": {
        "16": "img\/icon-16.png",
        "48": "img\/icon-48.png",
        "128": "img\/icon-128.png",
        "512": "img\/icon-512.png"
    },
    "background": {
        "service_worker": "scripts\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.trello.com\/*"
            ],
            "js": [
                "scripts\/jquery-3.3.1.min.js",
                "scripts\/main.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "img\/*"
            ],
            "matches": [
                "*:\/\/*.trello.com\/*"
            ]
        }
    ],
    "permissions": [
        "storage"
    ]
}