Refined Trello
Simplifies the Trello interface and adds useful features
Hvad er Refined Trello?
Refined Trello er en Chrome-udvidelse udviklet af Strajk, og dens hovedfunktion er "Simplifies the Trello interface and adds useful features".
Udvidelsesskærmbilleder
Download Refined Trello-udvidelses-CRX-fil
Download Refined Trello-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Simplifies the Trello interface and adds useful features.
https://github.com/strajk/refined-trello Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | ehplgncidablicleelajoojipdnclbhm |
| Officiel URL | https://chromewebstore.google.com/detail/refined-trello/ehplgncidablicleelajoojipdnclbhm |
| Beskrivelse | Simplifies the Trello interface and adds useful features |
| Filstørrelse | 129 KB |
| Antal Installationer | 53 |
| Nuværende Version | 1.0.0 |
| Senest Opdateret | 2016-08-08 |
| Udgivelsesdato | 2016-08-08 |
| Bedømmelse | 5.00/5 Samlet 2 Bedømmelser |
| Udvikler | Strajk |
| [email protected] | |
| Betalingsmetode | free |
| Udvidelseswebsted | https://github.com/strajk/refined-trello |
| Understøttede Sprog | 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"
]
}
]
} | |