Tinted Windows

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

Wat is Tinted Windows?

Tinted Windows is een Chrome-extensie ontwikkeld door Andrew Hook, en de belangrijkste functie is "This extension allows the user to selected a tinted overlay to show on the current page.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Tinted Windows

Download Tinted Windows-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                                            

Basisinformatie over de Extensie

Naam Tinted Windows Tinted Windows
ID kablmamgeapmmjmolcppdcagmdepjmml
Officiële URL https://chrome.google.com/webstore/detail/tinted-windows/kablmamgeapmmjmolcppdcagmdepjmml
Beschrijving This extension allows the user to selected a tinted overlay to show on the current page.
Bestandsgrootte 6.48 KB
Aantal Installaties 611
Huidige Versie 3.0
Laatst Bijgewerkt 2017-05-18
Publicatiedatum 2017-05-18
Beoordeling 4.75/5 Totaal 4 Beoordelingen
Ontwikkelaar Andrew Hook
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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\/"
    ]
}