Greentextify

Greentexts the whole internet, so >implying actually works.

Apa itu Greentextify?

Greentextify adalah ekstensi Chrome yang dikembangkan oleh https://jasonl.net, dan fitur utamanya adalah "Greentexts the whole internet, so >implying actually works.".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Greentextify

Unduh file ekstensi Greentextify dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Greentextify Greentextify
ID hjcfkfbfobmejkjkiecbndbmjhabofbk
URL Resmi https://chromewebstore.google.com/detail/greentextify/hjcfkfbfobmejkjkiecbndbmjhabofbk
Deskripsi Greentexts the whole internet, so >implying actually works.
Ukuran File 5.96 KB
Jumlah Instalasi 122
Versi Saat Ini 1.1.1
Terakhir Diperbarui 2019-03-13
Tanggal Publikasi 2019-03-13
Penilaian 4.77/5 Total 13 Penilaian
Pengembang https://jasonl.net
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
}