Greentextify

Greentexts the whole internet, so >implying actually works.

Greentextify là gì?

Greentextify là một tiện ích mở rộng Chrome được phát triển bởi https://jasonl.net, và tính năng chính của nó là "Greentexts the whole internet, so >implying actually works.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Greentextify

Tải xuống các tệp mở rộng Greentextify dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Greentextify Greentextify
ID hjcfkfbfobmejkjkiecbndbmjhabofbk
URL Chính Thức https://chromewebstore.google.com/detail/greentextify/hjcfkfbfobmejkjkiecbndbmjhabofbk
Mô tả Greentexts the whole internet, so >implying actually works.
Kích Thước Tệp 5.96 KB
Số Lần Cài Đặt 122
Phiên Bản Hiện Tại 1.1.1
Cập Nhật Lần Cuối 2019-03-13
Ngày Phát Hành 2019-03-13
Đánh Giá 4.77/5 Tổng số 13 Đánh Giá
Nhà Phát Triển https://jasonl.net
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
}