Greentextify

Greentexts the whole internet, so >implying actually works.

Co je Greentextify?

Greentextify je rozšíření Chrome vyvinuté https://jasonl.net, a jeho hlavní funkcí je „Greentexts the whole internet, so >implying actually works.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Greentextify

Stáhněte si soubory rozšíření Greentextify ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Greentextify Greentextify
ID hjcfkfbfobmejkjkiecbndbmjhabofbk
Oficiální URL https://chromewebstore.google.com/detail/greentextify/hjcfkfbfobmejkjkiecbndbmjhabofbk
Popis Greentexts the whole internet, so >implying actually works.
Velikost souboru 5.96 KB
Počet instalací 122
Aktuální Verze 1.1.1
Poslední Aktualizace 2019-03-13
Datum Vydání 2019-03-13
Hodnocení 4.77/5 Celkem 13 Hodnocení
Vývojář https://jasonl.net
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
}