Greentextify

Greentexts the whole internet, so >implying actually works.

ما هو Greentextify؟

Greentextify هو إضافة Chrome تم تطويرها بواسطة https://jasonl.net، والميزة الرئيسية لها هي "Greentexts the whole internet, so >implying actually works.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Greentextify

قم بتنزيل ملفات الامتداد Greentextify بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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                    

معلومات أساسية عن التمديد

الاسم Greentextify Greentextify
ID hjcfkfbfobmejkjkiecbndbmjhabofbk
عنوان URL الرسمي https://chromewebstore.google.com/detail/greentextify/hjcfkfbfobmejkjkiecbndbmjhabofbk
الوصف Greentexts the whole internet, so >implying actually works.
حجم الملف 5.96 KB
عدد التثبيتات 122
النسخة الحالية 1.1.1
آخر تحديث 2019-03-13
تاريخ النشر 2019-03-13
تقييم 4.77/5 مجموع تقييمات 13
المطور https://jasonl.net
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة 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"
}