Greentextify

Greentexts the whole internet, so >implying actually works.

Cos'è Greentextify?

Greentextify è un'estensione di Chrome sviluppata da https://jasonl.net, e la sua funzione principale è "Greentexts the whole internet, so >implying actually works.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Greentextify

Scarica i file di estensione Greentextify in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Greentextify Greentextify
ID hjcfkfbfobmejkjkiecbndbmjhabofbk
URL Ufficiale https://chromewebstore.google.com/detail/greentextify/hjcfkfbfobmejkjkiecbndbmjhabofbk
Descrizione Greentexts the whole internet, so >implying actually works.
Dimensione del File 5.96 KB
Conteggio Installazioni 122
Versione Corrente 1.1.1
Ultimo Aggiornamento 2019-03-13
Data di Pubblicazione 2019-03-13
Valutazione 4.77/5 Totale 13 Valutazioni
Sviluppatore https://jasonl.net
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
}