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
Eメール [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"
}