Blur-It

This extensions blurs the current page.

Blur-Itとは何ですか?

Blur-Itはhttps://www.directorschoice.travelによって開発されたChromeの拡張機能で、その主な機能は「This extensions blurs the current page.」です。

Blur-It拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        This extension creates a 10px blur on your current tab.  The blur effect is useful in viewing your UI design from a "step back" perspective.                    

拡張機能の基本情報

名前 Blur-It Blur-It
ID plonmelfemjgjbegkbonhcjjdnenpbag
公式URL https://chromewebstore.google.com/detail/blur-it/plonmelfemjgjbegkbonhcjjdnenpbag
説明 This extensions blurs the current page.
ファイルサイズ 6.39 KB
インストール数 63
現在のバージョン 1.0
最終更新日 2017-05-05
公開日 2017-05-05
開発者 https://www.directorschoice.travel
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Blur-It",
    "description": "This extensions blurs the current page.",
    "version": "1.0",
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "blurit.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "blurit.png",
        "default_title": "Click to blur page."
    }
}