Trello feels good
Aesthetic Trello theme
Wat is Trello feels good?
Trello feels good is een Chrome-extensie ontwikkeld door https://trello.gambala.pro, en de belangrijkste functie is "Aesthetic Trello theme".
Extensie Screenshots
Download het CRX-bestand van de extensie Trello feels good
Download Trello feels good-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
This extension makes Trello web interface much cleaner and convenient. New in 0.3.3 - Fixed a bug with non opening modal windows on wide screens Features: - Recoloring UI to the nice light palette - Optimize trello cards opening on wide displays - Remove huge thumbnails from cards to hover-in mini-section
Basisinformatie over de Extensie
Naam | Trello feels good |
ID | hiomhgngghagmknaljmoggplloglmkmb |
Officiële URL | https://chromewebstore.google.com/detail/trello-feels-good/hiomhgngghagmknaljmoggplloglmkmb |
Beschrijving | Aesthetic Trello theme |
Bestandsgrootte | 35.86 KB |
Aantal Installaties | 61 |
Huidige Versie | 0.3.3 |
Laatst Bijgewerkt | 2020-01-07 |
Publicatiedatum | 2020-01-07 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | https://trello.gambala.pro |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Trello feels good", "version": "0.3.3", "author": "Vitaliy Emeliyantsev", "description": "Aesthetic Trello theme", "homepage_url": "https:\/\/github.com\/gambala\/trello", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "minimum_chrome_version": "21", "short_name": "Trello feels good", "browser_action": { "default_icon": { "16": "icon16.png", "24": "icon24.png", "32": "icon32.png" }, "default_popup": "popup.html", "default_title": "Trello feels good" }, "content_scripts": [ { "all_frames": true, "js": [ "vendor\/jquery-3.1.1.slim.min.js", "trello.js" ], "matches": [ "https:\/\/trello.com\/*" ] } ], "permissions": [ "https:\/\/trello.com\/*" ], "web_accessible_resources": [ "trello.css" ] } |