Trello Extras
Some extra functionality for Trello.
Wat is Trello Extras?
Trello Extras is een Chrome-extensie ontwikkeld door Barry Els, en de belangrijkste functie is "Some extra functionality for Trello.".
Download het CRX-bestand van de extensie Trello Extras
Download Trello Extras-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
Some extra functionality for Trello. Feel free to request features, report bugs and help out (PRs welcome) here: https://github.com/barryels/trello-extras
Basisinformatie over de Extensie
Naam | Trello Extras |
ID | eljmgmdnmlfabhkkjplfennnnjnhhaog |
Officiële URL | https://chromewebstore.google.com/detail/trello-extras/eljmgmdnmlfabhkkjplfennnnjnhhaog |
Beschrijving | Some extra functionality for Trello. |
Bestandsgrootte | 459 KB |
Aantal Installaties | 25 |
Huidige Versie | 1.8.6 |
Laatst Bijgewerkt | 2017-06-15 |
Publicatiedatum | 2017-06-15 |
Ontwikkelaar | Barry Els |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "content_scripts": [ { "exclude_globs": [], "include_globs": [ "*" ], "css": [ "css\/index.css" ], "js": [ "js\/index.js" ], "matches": [ "http:\/\/trello.com\/*", "https:\/\/trello.com\/*" ], "run_at": "document_end" } ], "browser_action": { "default_icon": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "default_popup": "popup.html", "default_title": "Trello Extras" }, "name": "Trello Extras", "version": "1.8.6", "description": "Some extra functionality for Trello.", "author": "Barry Els |