Black White and Blurry

A design tool that uses filters to turn the web page grayscale and blury. This can help show where contrast is needed in a design.

Black White and Blurryとは何ですか?

Black White and Blurryはeionschreiberによって開発されたChromeの拡張機能で、その主な機能は「A design tool that uses filters to turn the web page grayscale and blury. This can help show where contrast is needed in a design.」です。

拡張機能のスクリーンショット

screenshot

Black White and Blurry拡張機能のCRXファイルをダウンロード

Black White and Blurry拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                                            

拡張機能の基本情報

名前 Black White and Blurry Black White and Blurry
ID fijkfjipmakjnkggmepekhgefclipnke
公式URL https://chromewebstore.google.com/detail/black-white-and-blurry/fijkfjipmakjnkggmepekhgefclipnke
説明 A design tool that uses filters to turn the web page grayscale and blury. This can help show where contrast is needed in a design.
ファイルサイズ 20.85 KB
インストール数 71
現在のバージョン 1.2
最終更新日 2018-02-23
公開日 2018-02-22
開発者 eionschreiber
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Black White and Blurry",
    "description": "A design tool that uses filters to turn the web page grayscale and blury. This can help show where contrast is needed in a design.",
    "version": "1.2",
    "background": {
        "persistent": false,
        "scripts": [
            "popup.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon128.png",
        "default_popup": "black_white_blur.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "activeTab",
        "storage"
    ]
}