Trello Extras
Some extra functionality for Trello.
Vad är Trello Extras?
Trello Extras är en Chrome-tillägg utvecklad av Barry Els, och dess huvudfunktion är "Some extra functionality for Trello.".
Ladda ner Trello Extras-förlängningens CRX-fil
Ladda ner Trello Extras-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Some extra functionality for Trello. Feel free to request features, report bugs and help out (PRs welcome) here: https://github.com/barryels/trello-extras Grundläggande Information om Tillägg
| Namn | |
| ID | eljmgmdnmlfabhkkjplfennnnjnhhaog |
| Officiell webbadress | https://chromewebstore.google.com/detail/trello-extras/eljmgmdnmlfabhkkjplfennnnjnhhaog |
| Beskrivning | Some extra functionality for Trello. |
| Filstorlek | 459 KB |
| Antal Installationer | 25 |
| Aktuell Version | 1.8.6 |
| Senast Uppdaterad | 2017-06-15 |
| Publiceringsdatum | 2017-06-15 |
| Utvecklare | Barry Els |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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 | |