Tinted Windows

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

Qu'est-ce que Tinted Windows ?

Tinted Windows est une extension Chrome développée par Andrew Hook, et sa fonction principale est "This extension allows the user to selected a tinted overlay to show on the current page.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Tinted Windows

Téléchargez les fichiers d'extension Tinted Windows au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                                            

Informations de Base sur l'Extension

Nom Tinted Windows Tinted Windows
ID kablmamgeapmmjmolcppdcagmdepjmml
URL Officiel https://chrome.google.com/webstore/detail/tinted-windows/kablmamgeapmmjmolcppdcagmdepjmml
Description This extension allows the user to selected a tinted overlay to show on the current page.
Taille du Fichier 6.48 KB
Nombre d'Installations 611
Version Actuelle 3.0
Dernière Mise à Jour 2017-05-18
Date de Publication 2017-05-18
Évaluation 4.75/5 Total 4 Évaluations
Développeur Andrew Hook
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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\/"
    ]
}