Reddit Top-Level Comment Highlighter

This extension highlights all the top level comments.

Reddit Top-Level Comment Highlighterคืออะไร?

Reddit Top-Level Comment Highlighter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Tanner Hartwig และคุณลักษณะหลักของมันคือ "This extension highlights all the top level comments."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Reddit Top-Level Comment Highlighter

ดาวน์โหลดไฟล์ส่วนขยาย Reddit Top-Level Comment Highlighter ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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