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
官方網址 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"
            ]
        }
    ]
}