Transparent

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

Qu'est-ce que Transparent ?

Transparent est une extension Chrome développée par becca.ooo, et sa fonction principale est "Changes the background of images on the dash to blue when moused over to make viewing transparent images easier.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Transparent

Téléchargez les fichiers d'extension Transparent au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Transparent Transparent
ID phkhgilamababakkmpaegfafbefhgfoe
URL Officiel https://chrome.google.com/webstore/detail/transparent/phkhgilamababakkmpaegfafbefhgfoe
Description Changes the background of images on the dash to blue when moused over to make viewing transparent images easier.
Taille du Fichier 4.69 KB
Nombre d'Installations 376
Version Actuelle 1.1.2
Dernière Mise à Jour 2014-11-08
Date de Publication 2014-11-08
Évaluation 2.50/5 Total 10 Évaluations
Développeur becca.ooo
Type de Paiement free
Langues Prises en Charge 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"
            ]
        }
    ]
}