trelloimprovements
An add-on to improve your life and work with trello
Wat is trelloimprovements?
trelloimprovements is een Chrome-extensie ontwikkeld door https://www.trelloimprovements.com, en de belangrijkste functie is "An add-on to improve your life and work with trello".
Extensie Screenshots
Download het CRX-bestand van de extensie trelloimprovements
Download trelloimprovements-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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!
Basisinformatie over de Extensie
Naam | trelloimprovements |
ID | cfajneojaaaagcahkajieaeaiegndpep |
Officiële URL | https://chromewebstore.google.com/detail/trelloimprovements/cfajneojaaaagcahkajieaeaiegndpep |
Beschrijving | An add-on to improve your life and work with trello |
Bestandsgrootte | 86.2 KB |
Aantal Installaties | 1,175 |
Huidige Versie | 3.1.2 |
Laatst Bijgewerkt | 2023-04-12 |
Publicatiedatum | 2020-01-24 |
Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | https://www.trelloimprovements.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://www.trelloimprovements.com/ |
Ondersteunde Talen | 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" ] } |