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开发的Chrome扩展程序,该扩展的主要功能是“Some improvements in Trello.com UI design, which allows to see cards more clear”。
扩展截图
下载Trello Cleaner Design扩展crx文件
下载Trello Cleaner Design扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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" ] } |