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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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