Refined Trello
Simplifies the Trello interface and adds useful features
Cos'è Refined Trello?
Refined Trello è un'estensione di Chrome sviluppata da Strajk, e la sua funzione principale è "Simplifies the Trello interface and adds useful features".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Refined Trello
Scarica i file di estensione Refined Trello in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Simplifies the Trello interface and adds useful features.
https://github.com/strajk/refined-trello Informazioni di Base sull'Estensione
| Nome | |
| ID | ehplgncidablicleelajoojipdnclbhm |
| URL Ufficiale | https://chromewebstore.google.com/detail/refined-trello/ehplgncidablicleelajoojipdnclbhm |
| Descrizione | Simplifies the Trello interface and adds useful features |
| Dimensione del File | 129 KB |
| Conteggio Installazioni | 53 |
| Versione Corrente | 1.0.0 |
| Ultimo Aggiornamento | 2016-08-08 |
| Data di Pubblicazione | 2016-08-08 |
| Valutazione | 5.00/5 Totale 2 Valutazioni |
| Sviluppatore | Strajk |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://github.com/strajk/refined-trello |
| Lingue Supportate | 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"
]
}
]
} | |