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
Eメール [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"
        }
    ]
}