Trello Extras
Some extra functionality for Trello.
Was ist Trello Extras?
Trello Extras ist eine Chrome-Erweiterung, die von Barry Els entwickelt wurde, und ihr Hauptmerkmal ist "Some extra functionality for Trello.".
Trello Extras-Erweiterungs-CRX-Datei herunterladen
Laden Sie Trello Extras-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Some extra functionality for Trello. Feel free to request features, report bugs and help out (PRs welcome) here: https://github.com/barryels/trello-extras Grundlegende Informationen zur Erweiterung
| Name | |
| ID | eljmgmdnmlfabhkkjplfennnnjnhhaog |
| Offizielle URL | https://chromewebstore.google.com/detail/trello-extras/eljmgmdnmlfabhkkjplfennnnjnhhaog |
| Beschreibung | Some extra functionality for Trello. |
| Dateigröße | 459 KB |
| Installationsanzahl | 25 |
| Aktuelle Version | 1.8.6 |
| Letztes Update | 2017-06-15 |
| Veröffentlichungsdatum | 2017-06-15 |
| Entwickler | Barry Els |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | 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 | |