Trello Cleaner Design
Some improvements in Trello.com UI design, which allows to see cards more clear
Trello Cleaner Design क्या है?
Trello Cleaner Design https://uptimiza.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Some improvements in Trello.com UI design, which allows to see cards more clear"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Trello Cleaner Design एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Some improvements in Trello.com UI design, which allows to see cards more clear
एक्सटेंशन की मूल जानकारी
नाम | Trello Cleaner Design |
ID | jpoeolmhikfpcbkmhdodedglnngoljad |
आधिकारिक URL | https://chromewebstore.google.com/detail/trello-cleaner-design/jpoeolmhikfpcbkmhdodedglnngoljad |
विवरण | Some improvements in Trello.com UI design, which allows to see cards more clear |
फ़ाइल का आकार | 43.51 KB |
स्थापना संख्या | 59 |
वर्तमान संस्करण | 1.1 |
अंतिम अपडेट | 2018-03-03 |
प्रकाशन तिथि | 2018-03-03 |
रेटिंग | 4.33/5 कुल 3 रेटिंग्स |
डेवलपर | https://uptimiza.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | es |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Trello Cleaner Design", "manifest_version": 2, "version": "1.1", "description": "Some improvements in Trello.com UI design, which allows to see cards more clear", "background": { "persistent": false, "scripts": [ "jquery.min.js", "background.js" ] }, "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "browser_action": { "name": "Trello Cleaner Design", "icons": [ "icon.png" ], "default_icon": "icon.png", "default_title": "Trello Cleaner Design", "default_popup": "popup.html" }, "web_accessible_resources": [ "trello.css", "trello_plus.css" ], "content_scripts": [ { "matches": [ "http:\/\/trello.com\/*", "https:\/\/trello.com\/*" ], "js": [ "jquery.min.js", "background.js" ] } ], "permissions": [ "storage", "tabs", "background" ] } |