Trello Cleaner Design

Some improvements in Trello.com UI design, which allows to see cards more clear

Trello Cleaner Design là gì?

Trello Cleaner Design là một tiện ích mở rộng Chrome được phát triển bởi https://uptimiza.com, và tính năng chính của nó là "Some improvements in Trello.com UI design, which allows to see cards more clear".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Trello Cleaner Design

Tải xuống các tệp mở rộng Trello Cleaner Design dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Some improvements in Trello.com UI design, which allows to see cards more clear                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Trello Cleaner Design Trello Cleaner Design
ID jpoeolmhikfpcbkmhdodedglnngoljad
URL Chính Thức https://chromewebstore.google.com/detail/trello-cleaner-design/jpoeolmhikfpcbkmhdodedglnngoljad
Mô tả Some improvements in Trello.com UI design, which allows to see cards more clear
Kích Thước Tệp 43.51 KB
Số Lần Cài Đặt 59
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2018-03-03
Ngày Phát Hành 2018-03-03
Đánh Giá 4.33/5 Tổng số 3 Đánh Giá
Nhà Phát Triển https://uptimiza.com
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}