Checkerboard Background 4 Transparent Images

Checkerboard background for transparent images

Cos'è Checkerboard Background 4 Transparent Images?

Checkerboard Background 4 Transparent Images è un'estensione di Chrome sviluppata da Zach Borboa, e la sua funzione principale è "Checkerboard background for transparent images".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Checkerboard Background 4 Transparent Images

Scarica i file di estensione Checkerboard Background 4 Transparent Images in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Display checkered background on all transparent images. Similar to Adobe Photoshop.                    

Informazioni di Base sull'Estensione

Nome Checkerboard Background 4 Transparent Images Checkerboard Background 4 Transparent Images
ID jmbnhhiomidebkfcnpefhibfjfpcbdeb
URL Ufficiale https://chrome.google.com/webstore/detail/checkerboard-background-4/jmbnhhiomidebkfcnpefhibfjfpcbdeb
Descrizione Checkerboard background for transparent images
Dimensione del File 4.66 KB
Conteggio Installazioni 475
Versione Corrente 1.0.1
Ultimo Aggiornamento 2014-10-08
Data di Pubblicazione 2014-10-08
Valutazione 2.81/5 Totale 16 Valutazioni
Sviluppatore Zach Borboa
Tipo di Pagamento free
Lingue Supportate 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"
            ]
        }
    ]
}