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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
}