Refined Trello
Simplifies the Trello interface and adds useful features
Wat is Refined Trello?
Refined Trello is een Chrome-extensie ontwikkeld door Strajk, en de belangrijkste functie is "Simplifies the Trello interface and adds useful features".
Extensie Screenshots
Download het CRX-bestand van de extensie Refined Trello
Download Refined Trello-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
Simplifies the Trello interface and adds useful features.
https://github.com/strajk/refined-trello Basisinformatie over de Extensie
| Naam | |
| ID | ehplgncidablicleelajoojipdnclbhm |
| Officiële URL | https://chromewebstore.google.com/detail/refined-trello/ehplgncidablicleelajoojipdnclbhm |
| Beschrijving | Simplifies the Trello interface and adds useful features |
| Bestandsgrootte | 129 KB |
| Aantal Installaties | 53 |
| Huidige Versie | 1.0.0 |
| Laatst Bijgewerkt | 2016-08-08 |
| Publicatiedatum | 2016-08-08 |
| Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
| Ontwikkelaar | Strajk |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/strajk/refined-trello |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Refined Trello",
"version": "1.0.0",
"description": "Simplifies the Trello interface and adds useful features",
"homepage_url": "https:\/\/github.com\/strajk\/refined-trello",
"manifest_version": 2,
"minimum_chrome_version": "50",
"permissions": [
"https:\/\/trello.com\/*"
],
"icons": [],
"content_scripts": [
{
"run_at": "document_idle",
"matches": [
"https:\/\/trello.com\/*"
],
"js": [
"index.js"
],
"css": [
"index.css"
]
}
]
} | |