Greentextify

Greentexts the whole internet, so >implying actually works.

Wat is Greentextify?

Greentextify is een Chrome-extensie ontwikkeld door https://jasonl.net, en de belangrijkste functie is "Greentexts the whole internet, so >implying actually works.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Greentextify

Download Greentextify-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Greentextify Greentextify
ID hjcfkfbfobmejkjkiecbndbmjhabofbk
Officiële URL https://chromewebstore.google.com/detail/greentextify/hjcfkfbfobmejkjkiecbndbmjhabofbk
Beschrijving Greentexts the whole internet, so >implying actually works.
Bestandsgrootte 5.96 KB
Aantal Installaties 122
Huidige Versie 1.1.1
Laatst Bijgewerkt 2019-03-13
Publicatiedatum 2019-03-13
Beoordeling 4.77/5 Totaal 13 Beoordelingen
Ontwikkelaar https://jasonl.net
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
}