Tinted Windows

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

O que é Tinted Windows?

Tinted Windows é uma extensão do Chrome desenvolvida por Andrew Hook, e sua principal característica é "This extension allows the user to selected a tinted overlay to show on the current page.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Tinted Windows

Baixe arquivos de extensão Tinted Windows no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                                            

Informações Básicas da Extensão

Nome Tinted Windows Tinted Windows
ID kablmamgeapmmjmolcppdcagmdepjmml
URL Oficial https://chrome.google.com/webstore/detail/tinted-windows/kablmamgeapmmjmolcppdcagmdepjmml
Descrição This extension allows the user to selected a tinted overlay to show on the current page.
Tamanho do Arquivo 6.48 KB
Contagem de Instalações 611
Versão Atual 3.0
Última Atualização 2017-05-18
Data de Publicação 2017-05-18
Classificação 4.75/5 Total de 4 Avaliações
Desenvolvedor Andrew Hook
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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\/"
    ]
}