Checkerboard Background 4 Transparent Images

Checkerboard background for transparent images

Checkerboard Background 4 Transparent Imagesとは何ですか?

Checkerboard Background 4 Transparent ImagesはZach Borboaによって開発されたChromeの拡張機能で、その主な機能は「Checkerboard background for transparent images」です。

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

screenshot

Checkerboard Background 4 Transparent Images拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Display checkered background on all transparent images. Similar to Adobe Photoshop.                    

拡張機能の基本情報

名前 Checkerboard Background 4 Transparent Images Checkerboard Background 4 Transparent Images
ID jmbnhhiomidebkfcnpefhibfjfpcbdeb
公式URL https://chrome.google.com/webstore/detail/checkerboard-background-4/jmbnhhiomidebkfcnpefhibfjfpcbdeb
説明 Checkerboard background for transparent images
ファイルサイズ 4.66 KB
インストール数 475
現在のバージョン 1.0.1
最終更新日 2014-10-08
公開日 2014-10-08
評価 2.81/5 合計 16 レビュー
開発者 Zach Borboa
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Checkerboard Background 4 Transparent Images",
    "version": "1.0.1",
    "manifest_version": 2,
    "description": "Checkerboard background for transparent images",
    "icons": {
        "16": "logo.png",
        "32": "logo.png",
        "48": "logo.png",
        "64": "logo.png",
        "128": "logo.png"
    },
    "content_scripts": [
        {
            "css": [
                "style.css"
            ],
            "matches": [
                "*:\/\/*\/*.GIF",
                "*:\/\/*\/*.gif",
                "*:\/\/*\/*.JPG",
                "*:\/\/*\/*.jpg",
                "*:\/\/*\/*.PNG",
                "*:\/\/*\/*.png",
                "file:\/\/\/*.GIF",
                "file:\/\/\/*.gif",
                "file:\/\/\/*.JPG",
                "file:\/\/\/*.jpg",
                "file:\/\/\/*.png",
                "file:\/\/\/*.PNG"
            ]
        }
    ]
}