Trello Extras
Some extra functionality for Trello.
Qu'est-ce que Trello Extras ?
Trello Extras est une extension Chrome développée par Barry Els, et sa fonction principale est "Some extra functionality for Trello.".
Télécharger le fichier CRX de l'extension Trello Extras
Téléchargez les fichiers d'extension Trello Extras au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Some extra functionality for Trello. Feel free to request features, report bugs and help out (PRs welcome) here: https://github.com/barryels/trello-extras
Informations de Base sur l'Extension
Nom | Trello Extras |
ID | eljmgmdnmlfabhkkjplfennnnjnhhaog |
URL Officiel | https://chromewebstore.google.com/detail/trello-extras/eljmgmdnmlfabhkkjplfennnnjnhhaog |
Description | Some extra functionality for Trello. |
Taille du Fichier | 459 KB |
Nombre d'Installations | 25 |
Version Actuelle | 1.8.6 |
Dernière Mise à Jour | 2017-06-15 |
Date de Publication | 2017-06-15 |
Développeur | Barry Els |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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 |