Pixelate

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

什么是Pixelate?

Pixelate是由Marat Dyatko开发的Chrome扩展程序,该扩展的主要功能是“Reduce visual noise by making all tab icons to follow the same style.”。

扩展截图

screenshot

下载Pixelate扩展crx文件

下载Pixelate扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 Pixelate Pixelate
ID ploffbpabbckaipfbpkkjjgkoapfkccj
官方URL https://chromewebstore.google.com/detail/pixelate/ploffbpabbckaipfbpkkjjgkoapfkccj
简介 Reduce visual noise by making all tab icons to follow the same style.
文件大小 47.75 KB
安装次数 46
当前版本 1.0.3
更新时间 2017-06-01
上架时间 2017-06-01
评分 5.00/5 共2次评分
开发者 Marat Dyatko
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/vectart/pixelate-chrome-extension
帮助页面URL https://github.com/vectart/pixelate-chrome-extension/issues
支持的语言 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"
        }
    ]
}