Greentextify

Greentexts the whole internet, so >implying actually works.

Qu'est-ce que Greentextify ?

Greentextify est une extension Chrome développée par https://jasonl.net, et sa fonction principale est "Greentexts the whole internet, so >implying actually works.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Greentextify

Téléchargez les fichiers d'extension Greentextify au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Greentextify Greentextify
ID hjcfkfbfobmejkjkiecbndbmjhabofbk
URL Officiel https://chromewebstore.google.com/detail/greentextify/hjcfkfbfobmejkjkiecbndbmjhabofbk
Description Greentexts the whole internet, so >implying actually works.
Taille du Fichier 5.96 KB
Nombre d'Installations 122
Version Actuelle 1.1.1
Dernière Mise à Jour 2019-03-13
Date de Publication 2019-03-13
Évaluation 4.77/5 Total 13 Évaluations
Développeur https://jasonl.net
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
}