Transparent

Changes the background of images on the dash to blue when moused over to make viewing transparent images easier.

Cos'è Transparent?

Transparent è un'estensione di Chrome sviluppata da becca.ooo, e la sua funzione principale è "Changes the background of images on the dash to blue when moused over to make viewing transparent images easier.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Transparent

Scarica i file di estensione Transparent 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

                        Easily view how an image would look on your blog or see hidden text written in white at full resolution!                    

Informazioni di Base sull'Estensione

Nome Transparent Transparent
ID phkhgilamababakkmpaegfafbefhgfoe
URL Ufficiale https://chrome.google.com/webstore/detail/transparent/phkhgilamababakkmpaegfafbefhgfoe
Descrizione Changes the background of images on the dash to blue when moused over to make viewing transparent images easier.
Dimensione del File 4.69 KB
Conteggio Installazioni 376
Versione Corrente 1.1.2
Ultimo Aggiornamento 2014-11-08
Data di Pubblicazione 2014-11-08
Valutazione 2.50/5 Totale 10 Valutazioni
Sviluppatore becca.ooo
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Transparent",
    "version": "1.1.2",
    "manifest_version": 2,
    "description": "Changes the background of images on the dash to blue when moused over to make viewing transparent images easier.",
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.tumblr.com\/*",
                "https:\/\/www.tumblr.com\/*"
            ],
            "css": [
                "main.css"
            ]
        }
    ]
}