Tinted Windows

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

Co to jest Tinted Windows?

Tinted Windows to rozszerzenie Chrome opracowane przez Andrew Hook, a jego główną funkcją jest „This extension allows the user to selected a tinted overlay to show on the current page.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Tinted Windows

Pobierz pliki rozszerzeń Tinted Windows w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                                            

Podstawowe informacje o rozszerzeniu

Nazwa Tinted Windows Tinted Windows
ID kablmamgeapmmjmolcppdcagmdepjmml
Oficjalny URL https://chrome.google.com/webstore/detail/tinted-windows/kablmamgeapmmjmolcppdcagmdepjmml
Opis This extension allows the user to selected a tinted overlay to show on the current page.
Rozmiar pliku 6.48 KB
Liczba instalacji 611
Aktualna Wersja 3.0
Ostatnia Aktualizacja 2017-05-18
Data Publikacji 2017-05-18
Ocena 4.75/5 Łącznie 4 Oceny
Deweloper Andrew Hook
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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\/"
    ]
}