Tinted Windows

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

Co je Tinted Windows?

Tinted Windows je rozšíření Chrome vyvinuté Andrew Hook, a jeho hlavní funkcí je „This extension allows the user to selected a tinted overlay to show on the current page.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Tinted Windows

Stáhněte si soubory rozšíření Tinted Windows ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                                            

Základní Informace o Rozšíření

Název Tinted Windows Tinted Windows
ID kablmamgeapmmjmolcppdcagmdepjmml
Oficiální URL https://chrome.google.com/webstore/detail/tinted-windows/kablmamgeapmmjmolcppdcagmdepjmml
Popis This extension allows the user to selected a tinted overlay to show on the current page.
Velikost souboru 6.48 KB
Počet instalací 611
Aktuální Verze 3.0
Poslední Aktualizace 2017-05-18
Datum Vydání 2017-05-18
Hodnocení 4.75/5 Celkem 4 Hodnocení
Vývojář Andrew Hook
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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\/"
    ]
}