Pixelate

Reduce visual noise by making all tab icons to follow the same style.

Pixelate là gì?

Pixelate là một tiện ích mở rộng Chrome được phát triển bởi Marat Dyatko, và tính năng chính của nó là "Reduce visual noise by making all tab icons to follow the same style.".

Ả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 Pixelate

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

                        The extension reduces visual noise by simplifying all browser tab icons using technique inspired by American portrait painter Chuck Close.

Looks best with the Minimal White theme: https://chrome.google.com/webstore/detail/minimal-white/clcbojcafbggjenbeflknhfimpcikmlc

Since it's open-source, please feel free to suggest or contribute improvements on the GitHub page: https://github.com/vectart/pixelate-chrome-extension                    

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

Tên Pixelate Pixelate
ID ploffbpabbckaipfbpkkjjgkoapfkccj
URL Chính Thức https://chromewebstore.google.com/detail/pixelate/ploffbpabbckaipfbpkkjjgkoapfkccj
Mô tả Reduce visual noise by making all tab icons to follow the same style.
Kích Thước Tệp 47.75 KB
Số Lần Cài Đặt 46
Phiên Bản Hiện Tại 1.0.3
Cập Nhật Lần Cuối 2017-06-01
Ngày Phát Hành 2017-06-01
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Marat Dyatko
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/vectart/pixelate-chrome-extension
URL Trang Trợ Giúp https://github.com/vectart/pixelate-chrome-extension/issues
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pixelate",
    "version": "1.0.3",
    "manifest_version": 2,
    "description": "Reduce visual noise by making all tab icons to follow the same style.",
    "homepage_url": "https:\/\/github.com\/vectart\/pixelate-chrome-extension",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "js\/close-pixelate.js",
            "js\/google-analytics-bundle.js",
            "src\/bg\/background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "tabs",
        "",
        "https:\/\/www.google-analytics.com\/",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "src\/inject\/inject.js"
            ],
            "run_at": "document_end"
        }
    ]
}