Greentextify

Greentexts the whole internet, so >implying actually works.

O que é Greentextify?

Greentextify é uma extensão do Chrome desenvolvida por https://jasonl.net, e sua principal característica é "Greentexts the whole internet, so >implying actually works.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Greentextify

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

                        Colors everything beginning with a > green so you can greentext anywhere, not just on image boards.

Version History:

1.1.1
* Slight regex tweak

1.1.0
* Should no longer greentext as you type on sites like Google+ and Facebook
* Should no longer greentext spoilered text
* Replaced MutationEvent listeners with a MutationObserver (should have performance boost)
* Better regex matching

1.0.0
* Initial public release                    

Informações Básicas da Extensão

Nome Greentextify Greentextify
ID hjcfkfbfobmejkjkiecbndbmjhabofbk
URL Oficial https://chromewebstore.google.com/detail/greentextify/hjcfkfbfobmejkjkiecbndbmjhabofbk
Descrição Greentexts the whole internet, so >implying actually works.
Tamanho do Arquivo 5.96 KB
Contagem de Instalações 122
Versão Atual 1.1.1
Última Atualização 2019-03-13
Data de Publicação 2019-03-13
Classificação 4.77/5 Total de 13 Avaliações
Desenvolvedor https://jasonl.net
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "all_frames": true,
            "css": [
                "greentext.css"
            ],
            "js": [
                "greentext.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "description": "Greentexts the whole internet, so >implying actually works.",
    "icons": {
        "128": "images\/128.png",
        "16": "images\/icon.png",
        "48": "images\/48.png"
    },
    "manifest_version": 2,
    "name": "Greentextify",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "version": "1.1.1"
}