Tinted Windows

This extension allows the user to selected a tinted overlay to show on the current page.

Cos'è Tinted Windows?

Tinted Windows è un'estensione di Chrome sviluppata da Andrew Hook, e la sua funzione principale è "This extension allows the user to selected a tinted overlay to show on the current page.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Tinted Windows

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

                                            

Informazioni di Base sull'Estensione

Nome Tinted Windows Tinted Windows
ID kablmamgeapmmjmolcppdcagmdepjmml
URL Ufficiale https://chrome.google.com/webstore/detail/tinted-windows/kablmamgeapmmjmolcppdcagmdepjmml
Descrizione This extension allows the user to selected a tinted overlay to show on the current page.
Dimensione del File 6.48 KB
Conteggio Installazioni 611
Versione Corrente 3.0
Ultimo Aggiornamento 2017-05-18
Data di Pubblicazione 2017-05-18
Valutazione 4.75/5 Totale 4 Valutazioni
Sviluppatore Andrew Hook
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tinted Windows",
    "description": "This extension allows the user to selected a tinted overlay to show on the current page.",
    "version": "3.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "author": "Andy Hook ",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "http:\/\/*\/",
        "https:\/\/*\/",
        "https:\/\/ajax.googleapis.com\/"
    ]
}