Greentextify

Greentexts the whole internet, so >implying actually works.

Vad är Greentextify?

Greentextify är en Chrome-tillägg utvecklad av https://jasonl.net, och dess huvudfunktion är "Greentexts the whole internet, so >implying actually works.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner Greentextify-förlängningens CRX-fil

Ladda ner Greentextify-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn Greentextify Greentextify
ID hjcfkfbfobmejkjkiecbndbmjhabofbk
Officiell webbadress https://chromewebstore.google.com/detail/greentextify/hjcfkfbfobmejkjkiecbndbmjhabofbk
Beskrivning Greentexts the whole internet, so >implying actually works.
Filstorlek 5.96 KB
Antal Installationer 122
Aktuell Version 1.1.1
Senast Uppdaterad 2019-03-13
Publiceringsdatum 2019-03-13
Betyg 4.77/5 Totalt 13 Betyg
Utvecklare https://jasonl.net
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
}