Checkerboard Background 4 Transparent Images

Checkerboard background for transparent images

Checkerboard Background 4 Transparent Imagesคืออะไร?

Checkerboard Background 4 Transparent Images เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Zach Borboa และคุณลักษณะหลักของมันคือ "Checkerboard background for transparent images"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Checkerboard Background 4 Transparent Images

ดาวน์โหลดไฟล์ส่วนขยาย 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"
            ]
        }
    ]
}