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"
            ]
        }
    ]
}