Tinted Windows

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

Vad är Tinted Windows?

Tinted Windows är en Chrome-tillägg utvecklad av Andrew Hook, och dess huvudfunktion är "This extension allows the user to selected a tinted overlay to show on the current page.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Tinted Windows-förlängningens CRX-fil

Ladda ner Tinted Windows-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                                            

Grundläggande Information om Tillägg

Namn Tinted Windows Tinted Windows
ID kablmamgeapmmjmolcppdcagmdepjmml
Officiell webbadress https://chrome.google.com/webstore/detail/tinted-windows/kablmamgeapmmjmolcppdcagmdepjmml
Beskrivning This extension allows the user to selected a tinted overlay to show on the current page.
Filstorlek 6.48 KB
Antal Installationer 611
Aktuell Version 3.0
Senast Uppdaterad 2017-05-18
Publiceringsdatum 2017-05-18
Betyg 4.75/5 Totalt 4 Betyg
Utvecklare Andrew Hook
E-post [email protected]
Betalningssätt free
Stödda Språk 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\/"
    ]
}