Reddit Top-Level Comment Highlighter

This extension highlights all the top level comments.

Reddit Top-Level Comment Highlighter란 무엇입니까?

Reddit Top-Level Comment Highlighter은(는) Tanner Hartwig에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension highlights all the top level comments."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Reddit Top-Level Comment Highlighter 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This extension simply highlights all top level comments. This can be used to quickly identify the original comment when looking through nested conversations.

Version History 
v1.0.0 - Initial version
v1.2.0 - Bugfixes
v2.0.0 - Allow custom highlight colors
v2.0.1 - Changed extension name
v2.0.2 - Highlights the comments text only                    

확장 프로그램 기본 정보

이름 Reddit Top-Level Comment Highlighter Reddit Top-Level Comment Highlighter
ID bmikcahnmnmpcppedcdngcmfongjcloo
공식 URL https://chromewebstore.google.com/detail/reddit-top-level-comment/bmikcahnmnmpcppedcdngcmfongjcloo
설명 This extension highlights all the top level comments.
파일 크기 999 KB
설치 횟수 24
현재 버전 2.0.2
최근 업데이트 2016-06-13
출시 날짜 2016-06-12
평점 5.00/5 총 2 개의 평점
개발자 Tanner Hartwig
결제 유형 free
지원되는 언어 en
manifest.json
{
    "content_scripts": [
        {
            "js": [
                "jscolor.js",
                "jquery.js",
                "options.js",
                "highlight.js"
            ],
            "matches": [
                "https:\/\/www.reddit.com\/r\/*\/comments\/*"
            ]
        }
    ],
    "browser_action": {
        "default_icon": {
            "128": "icon128.png",
            "16": "icon16.png",
            "48": "icon48.png"
        },
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage"
    ],
    "description": "This extension highlights all the top level comments.",
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAlyu1\/deec\/Urfs8efovxeePp0t19p71Ulrf1+YhCoBPT5m0q4bdUn+C\/um1SEZrlF8QdmgEj1xAlJ5pVFAVN4mk8TSSYrpg2pJtl8Fkhtu4LR5lz5h5Obu6YoAcRho9YUSvzKBxOx8Xd3abKEeyp18uy\/81ektb+LwDg4KczcFc9hjgIp3LX7Tn7W+jWp9gc76SBTVNtEoJhCw8VnTrjy8tHHg+PvIUIpX5pfxqmpvHKVI8DJAR3eyR7tUEzDCsbR0qNFuxosVk03g8NCYx+JWCtXQV7jZZ6IdXxG\/8ErfW71YezR1wjSvS\/FwCDHFSISd2p0rnwAzAIluGYDSunPwIDAQAB",
    "manifest_version": 2,
    "name": "Reddit Top-Level Comment Highlighter",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.0.2"
}