Greentextify

Greentexts the whole internet, so >implying actually works.

¿Qué es Greentextify?

Greentextify es una extensión de Chrome desarrollada por https://jasonl.net, y su función principal es "Greentexts the whole internet, so >implying actually works.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Greentextify

Descarga archivos de extensión Greentextify en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre Greentextify Greentextify
ID hjcfkfbfobmejkjkiecbndbmjhabofbk
URL Oficial https://chromewebstore.google.com/detail/greentextify/hjcfkfbfobmejkjkiecbndbmjhabofbk
Descripción Greentexts the whole internet, so >implying actually works.
Tamaño del Archivo 5.96 KB
Cantidad de Instalaciones 122
Versión Actual 1.1.1
Última Actualización 2019-03-13
Fecha de Publicación 2019-03-13
Calificación 4.77/5 Total de 13 Calificaciones
Desarrollador https://jasonl.net
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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"
}