Trello Cleaner Design
Some improvements in Trello.com UI design, which allows to see cards more clear
Trello Cleaner Designคืออะไร?
Trello Cleaner Design เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://uptimiza.com และคุณลักษณะหลักของมันคือ "Some improvements in Trello.com UI design, which allows to see cards more clear"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Trello Cleaner Design
ดาวน์โหลดไฟล์ส่วนขยาย 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" ] } |