Transparent

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

Vad är Transparent?

Transparent är en Chrome-tillägg utvecklad av becca.ooo, och dess huvudfunktion är "Changes the background of images on the dash to blue when moused over to make viewing transparent images easier.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner Transparent-förlängningens CRX-fil

Ladda ner Transparent-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Transparent Transparent
ID phkhgilamababakkmpaegfafbefhgfoe
Officiell webbadress https://chrome.google.com/webstore/detail/transparent/phkhgilamababakkmpaegfafbefhgfoe
Beskrivning Changes the background of images on the dash to blue when moused over to make viewing transparent images easier.
Filstorlek 4.69 KB
Antal Installationer 376
Aktuell Version 1.1.2
Senast Uppdaterad 2014-11-08
Publiceringsdatum 2014-11-08
Betyg 2.50/5 Totalt 10 Betyg
Utvecklare becca.ooo
Betalningssätt free
Stödda Språk 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"
            ]
        }
    ]
}