Reddit (Au) Comment Highlights

Highlight unread comments since your last visit to a Reddit comment section.

Reddit (Au) Comment Highlightsคืออะไร?

Reddit (Au) Comment Highlights เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Easy และคุณลักษณะหลักของมันคือ "Highlight unread comments since your last visit to a Reddit comment section."

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Reddit (Au) Comment Highlights

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

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

                        Lightweight and customizable alternative to a feature normally reserved to Reddit gold users. It requires minimal permissions and syncs between browser sessions! It supports RES (Reddit Enhancement Suite) night mode and custom CSS!

Note that highlights won't show until the second time you visit a comment thread after you install the extension.

Please report any problems you encounter to github issues page.

Planned features:
===============
• None as of now
Feel free to suggest features!

Update Log:
==========
Version 2.0.1:
• Fix: Issue where comments would not get highlighted.

Version 2.0.0:
• Feature: Support for `reddit.com` ("redesign").
• Feature: Choice between local or synced storage.
• Feature: Optional storage compression.
• Feature: Automatic refresh on configuration change.
• Feature: Opt-in error reporting.

Version 1.2.0:
• Feature: Firefox support.
• Fix: Issue where comments would not get highlighted.
• Notice: Having the options page in a separate tab is deprecated, so it's now shown in a modal window.

Version 1.1.1:
• Fix: Issue where comments not shown on page load (like comments shown after clicking "load more comments") would not get highlighted (thanks @madLyfe for the bug report).
• Fix: Issue on options page where RES usage setting would not be saved unless all settings explicitly saved.
• Fix: Issue where viewing a perma-linked comment would mark the whole thread read.

Version 1.1.0:
• Feature: Proper RES (Reddit Enhancement Suite) night mode support!
• Feature: Advanced settings (link & quote color).
• Feature: Native color picker.
  (thanks @Two-Tone for the suggestions)

Version 1.0.2:
• Fix: Spell checker disabled in CSS text box.

Version 1.0.0:
• Feature: Option to clear highlight on click.
• Feature: Option to redirect mobile to desktop site.
• Fix: More lightweight (reason for color picker change).
• Fix: More responsive options page, minor color/layout fixes & no silent errors.
• Note: This update will ask for your permission to access all reddit pages (previously the extension only had access to subreddit pages).

Version 0.10.0:
• Fix: No longer highlight logged in users' comments (thanks @Two-Tone for the suggestion).

Version 0.9.0:
• Feature: Use custom CSS for styling (thanks @jtraub for the suggestion).
• Feature: Customizable font color.

Version 0.7.0:
• Fix: Issue where last comment wouldn't get highlighted (thanks @SilentException for the bug report).

Version 0.6.0:
• Fix: Passive background script.

Version 0.5.0:
• Feature: Options page.
• Feature: Customizable highlight color and border.

Version 0.2.0:
• Feature: New icon.
• Feature: Improved comment styling.

Version 0.1.0:
• Initial release
• Basic functionality                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Reddit (Au) Comment Highlights Reddit (Au) Comment Highlights
ID jeodebnjeecpbmbgimbpinccfkihhjid
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/reddit-au-comment-highlig/jeodebnjeecpbmbgimbpinccfkihhjid
คำอธิบาย Highlight unread comments since your last visit to a Reddit comment section.
ขนาดไฟล์ 191 KB
จำนวนการติดตั้ง 1,191
เวอร์ชันปัจจุบัน 2.0.1
อัปเดตครั้งล่าสุด 2022-11-30
วันที่เผยแพร่ 2019-03-17
คะแนน 4.32/5 รวมทั้งหมด 22 คะแนน
ผู้พัฒนา Easy
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/aesy/reddit-comment-highlights
URL หน้าช่วยเหลือ https://github.com/aesy/reddit-comment-highlights/issues
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Reddit (Au) Comment Highlights",
    "version": "2.0.1",
    "options_page": "\/options.html",
    "manifest_version": 2,
    "browser_specific_settings": {
        "gecko": {
            "id": "{ada26ae8-41ec-4460-936a-790afc2d85c9}",
            "strict_min_version": "52.0"
        }
    },
    "minimum_chrome_version": "32",
    "icons": {
        "48": "\/img\/icon48.png",
        "96": "\/img\/icon96.png"
    },
    "options_ui": {
        "page": "\/options.html",
        "chrome_style": false,
        "browser_style": false
    },
    "homepage_url": "https:\/\/github.com\/aesy\/reddit-comment-highlights",
    "description": "Highlight unread comments since your last visit to a Reddit comment section.",
    "short_name": "Highlight new Reddit comments",
    "background": {
        "scripts": [
            "\/js\/backgroundScript.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.reddit.com\/*",
                "https:\/\/*.reddit.com\/*"
            ],
            "js": [
                "\/js\/contentScript.js"
            ]
        }
    ],
    "permissions": [
        "storage",
        "http:\/\/*.reddit.com\/*",
        "https:\/\/*.reddit.com\/*"
    ]
}