Pink it

Make webpages pink (because you can)

O que é Pink it?

Pink it é uma extensão do Chrome desenvolvida por River Liu, e sua principal característica é "Make webpages pink (because you can)".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Pink it

Baixe arquivos de extensão Pink it 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

                        This extension will make your webpages pink!

Reasons, if you may ask? 
Why there should be reasons?                    

Informações Básicas da Extensão

Nome Pink it Pink it
ID bjegaclehlfmkfaipjdebdhilaikohom
URL Oficial https://chromewebstore.google.com/detail/pink-it/bjegaclehlfmkfaipjdebdhilaikohom
Descrição Make webpages pink (because you can)
Tamanho do Arquivo 13.27 KB
Contagem de Instalações 2,069
Versão Atual 0.1
Última Atualização 2019-04-21
Data de Publicação 2019-04-18
Classificação 4.25/5 Total de 8 Avaliações
Desenvolvedor River Liu
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/river34/pink-it
URL da Página de Ajuda https://github.com/river34/pink-it
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Pink it",
    "version": "0.1",
    "description": "Make webpages pink (because you can)",
    "icons": {
        "128": "icon_128.png"
    },
    "browser_action": [],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "styles.css"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "persistent": true,
        "scripts": [
            "background.js"
        ]
    },
    "web_accessible_resources": [
        "images\/*"
    ],
    "author": "River Liu",
    "devtools_page": "https:\/\/github.com\/river34\/pink-it",
    "homepage_url": "https:\/\/github.com\/river34\/pink-it"
}