Checkerboard Background 4 Transparent Images
Checkerboard background for transparent images
What is Checkerboard Background 4 Transparent Images?
Checkerboard Background 4 Transparent Images is a Chrome extension developed by Zach Borboa, and its main feature is "Checkerboard background for transparent images".
Extension Screenshots
Download Checkerboard Background 4 Transparent Images Extension CRX File
Download Checkerboard Background 4 Transparent Images extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Display checkered background on all transparent images. Similar to Adobe Photoshop.
Extension Basic Information
Name | |
ID | jmbnhhiomidebkfcnpefhibfjfpcbdeb |
Official URL | https://chrome.google.com/webstore/detail/checkerboard-background-4/jmbnhhiomidebkfcnpefhibfjfpcbdeb |
Description | Checkerboard background for transparent images |
File Size | 4.66 KB |
Installation Count | 475 |
Current Version | 1.0.1 |
Last Updated | 2014-10-08 |
Publish Date | 2014-10-08 |
Rating | 2.81/5 Total 16 Ratings |
Developer | Zach Borboa |
Payment Type | free |
Supported Languages | 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" ] } ] } |