Greentextify

Greentexts the whole internet, so >implying actually works.

什麼是Greentextify?

Greentextify是由https://jasonl.net開發的Chrome擴展程式,該擴展的主要功能是“Greentexts the whole internet, so >implying actually works.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Greentextify擴展crx文件

下載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
官方網址 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"
}