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