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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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