Trello feels good
Aesthetic Trello theme
Trello feels good क्या है?
Trello feels good https://trello.gambala.pro द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Aesthetic Trello theme"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Trello feels good एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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
एक्सटेंशन की मूल जानकारी
नाम | Trello feels good |
ID | hiomhgngghagmknaljmoggplloglmkmb |
आधिकारिक URL | https://chromewebstore.google.com/detail/trello-feels-good/hiomhgngghagmknaljmoggplloglmkmb |
विवरण | Aesthetic Trello theme |
फ़ाइल का आकार | 35.86 KB |
स्थापना संख्या | 61 |
वर्तमान संस्करण | 0.3.3 |
अंतिम अपडेट | 2020-01-07 |
प्रकाशन तिथि | 2020-01-07 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | https://trello.gambala.pro |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | 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" ] } |