Transparent

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

Wat is Transparent?

Transparent is een Chrome-extensie ontwikkeld door becca.ooo, en de belangrijkste functie is "Changes the background of images on the dash to blue when moused over to make viewing transparent images easier.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Transparent

Download Transparent-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Transparent Transparent
ID phkhgilamababakkmpaegfafbefhgfoe
Officiële URL https://chrome.google.com/webstore/detail/transparent/phkhgilamababakkmpaegfafbefhgfoe
Beschrijving Changes the background of images on the dash to blue when moused over to make viewing transparent images easier.
Bestandsgrootte 4.69 KB
Aantal Installaties 376
Huidige Versie 1.1.2
Laatst Bijgewerkt 2014-11-08
Publicatiedatum 2014-11-08
Beoordeling 2.50/5 Totaal 10 Beoordelingen
Ontwikkelaar becca.ooo
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}