Trello List Wizard
This extension adds more functionality to your Trello boards
Wat is Trello List Wizard?
Trello List Wizard is een Chrome-extensie ontwikkeld door webXID.net, en de belangrijkste functie is "This extension adds more functionality to your Trello boards".
Extensie Screenshots
Download het CRX-bestand van de extensie Trello List Wizard
Download Trello List Wizard-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
Add more functionality to Trello boards
==================================
# Change your cards view:
- Width
- Title font size
- Show/hide:
+ card numbers
+ card title tags style (+ AutoReplace)
+ card preview images
+ special style for "Done" list
# Add more Titles tags type:
- Time
+ Estimate time
+ Spent time
+ Total time
* for each card list
* for each card checklist
- Priority
- Project
- Buget
+ Total Budget
* for each card list Basisinformatie over de Extensie
| Naam | |
| ID | mkbinjaoeonjpjojkkabokgmiljodmip |
| Officiële URL | https://chromewebstore.google.com/detail/trello-list-wizard/mkbinjaoeonjpjojkkabokgmiljodmip |
| Beschrijving | This extension adds more functionality to your Trello boards |
| Bestandsgrootte | 94.84 KB |
| Aantal Installaties | 386 |
| Huidige Versie | 1.1.2 |
| Laatst Bijgewerkt | 2018-01-15 |
| Publicatiedatum | 2018-01-14 |
| Beoordeling | 4.38/5 Totaal 13 Beoordelingen |
| Ontwikkelaar | webXID.net |
| [email protected] | |
| Betalingswijze | in_app |
| Extensiewebsite | https://webxid.net |
| Ondersteunde Talen | en |
| manifest.json | |
{
"name": "Trello List Wizard",
"short_name": "Trello List Wizard",
"description": "This extension adds more functionality to your Trello boards",
"author": "Pavlo Matsura",
"content_scripts": [
{
"css": [
"trello-wizard.css"
],
"js": [
"jquery.js",
"trello-wizard-fn.js",
"trello-wizard-class.js",
"trello-wizard-requests.js",
"trello-wizard.js",
"notifications.js"
],
"matches": [
"https:\/\/trello.com\/*",
"https:\/\/webxid.net\/*"
]
}
],
"manifest_version": 2,
"update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
"version": "1.1.2",
"browser_action": {
"default_icon": {
"16": "icon-49.png",
"38": "icon-49.png",
"128": "icon-128.png"
},
"default_title": "Trello List Wizard",
"default_popup": "trello-wizard.html"
},
"web_accessible_resources": [
"icon-128.png",
"beta-theme.css",
"trello-theme.css"
],
"permissions": [
"tabs",
"activeTab",
"https:\/\/webxid.net\/*",
"https:\/\/api.webxid.net\/*"
],
"icons": {
"16": "icon-49.png",
"128": "icon-128.png"
},
"content_security_policy": "script-src 'self' https:\/\/www.google.com; object-src 'self'"
} | |