Shades

Wikipedia Dankifier

Cos'è Shades?

Shades è un'estensione di Chrome sviluppata da rsopher, e la sua funzione principale è "Wikipedia Dankifier".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Shades

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

                        Slides in "deal with it" sunglasses onto the occasional Wikipedia portrait.

Feed me stars or I'll cry: https://github.com/revan/Shades                    

Informazioni di Base sull'Estensione

Nome Shades Shades
ID oekcldnibfbbhgkmadgjlabcdjefclkm
URL Ufficiale https://chromewebstore.google.com/detail/shades/oekcldnibfbbhgkmadgjlabcdjefclkm
Descrizione Wikipedia Dankifier
Dimensione del File 238 KB
Conteggio Installazioni 3,078
Versione Corrente 0.0.2
Ultimo Aggiornamento 2016-07-08
Data di Pubblicazione 2016-07-07
Valutazione 4.67/5 Totale 3 Valutazioni
Sviluppatore rsopher
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/revan/Shades
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Shades",
    "version": "0.0.2",
    "manifest_version": 2,
    "description": "Wikipedia Dankifier",
    "homepage_url": "https:\/\/github.com\/revan\/shades",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "https:\/\/*.wikipedia.org\/wiki\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.wikipedia.org\/wiki\/*"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/tracking-min.js",
                "js\/eye-min.js",
                "src\/inject\/inject.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "shades.png"
    ]
}