Hide images in trello

This extension adds button to toggle all cover images in Trello lists.

Hide images in trello là gì?

Hide images in trello là một tiện ích mở rộng Chrome được phát triển bởi streumme, và tính năng chính của nó là "This extension adds button to toggle all cover images in Trello lists.".

Ả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 Hide images in trello

Tải xuống các tệp mở rộng Hide images in trello 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

                        In order to get a clean view of a cluttered trello board, this plugin toggles all cover images by clicking a button in the toolbar.                    

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

Tên Hide images in trello Hide images in trello
ID opaoofkloohknnanekncgnpcknohcbpj
URL Chính Thức https://chromewebstore.google.com/detail/hide-images-in-trello/opaoofkloohknnanekncgnpcknohcbpj
Mô tả This extension adds button to toggle all cover images in Trello lists.
Kích Thước Tệp 44.63 KB
Số Lần Cài Đặt 83
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2019-04-10
Ngày Phát Hành 2019-04-10
Đánh Giá 2.67/5 Tổng số 3 Đánh Giá
Nhà Phát Triển streumme
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Hide images in trello",
    "description": "This extension adds button to toggle all cover images in Trello lists.",
    "version": "1.0",
    "author": "Johan Str\u00f6m",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/trello.com\/b\/*"
            ],
            "js": [
                "injector.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "jquery.js",
        "imagehide.js",
        "imagehide.css"
    ],
    "permissions": [
        "https:\/\/trello.com\/b\/*"
    ]
}