Reddit New Comments Highlighter
Highlights new comments when you revisit a comments page on reddit.
Reddit New Comments Highlighterคืออะไร?
Reddit New Comments Highlighter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://blog.abhijeetr.com และคุณลักษณะหลักของมันคือ "Highlights new comments when you revisit a comments page on reddit."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Reddit New Comments Highlighter
ดาวน์โหลดไฟล์ส่วนขยาย Reddit New Comments Highlighter ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension highlights new comments on a link page in reddit when you revisit a link. To jump between "new links", simply use shortcut keys "Shift+Up" & "Shift+Down".
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Reddit New Comments Highlighter |
ID | ajdilinnnkbmpoegibgacadjlblmpjad |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/reddit-new-comments-highl/ajdilinnnkbmpoegibgacadjlblmpjad |
คำอธิบาย | Highlights new comments when you revisit a comments page on reddit. |
ขนาดไฟล์ | 163 KB |
จำนวนการติดตั้ง | 1,856 |
เวอร์ชันปัจจุบัน | 3.0 |
อัปเดตครั้งล่าสุด | 2018-02-17 |
วันที่เผยแพร่ | 2018-02-16 |
คะแนน | 3.50/5 รวมทั้งหมด 24 คะแนน |
ผู้พัฒนา | https://blog.abhijeetr.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "matches": [ "https:\/\/www.reddit.com\/r\/*", "http:\/\/www.reddit.com\/r\/*" ], "all_frames": true, "run_at": "document_start", "js": [ "includes\/content.js" ] } ], "name": "Reddit New Comments Highlighter", "icons": { "128": "icons\/icon128.png", "48": "icons\/icon48.png", "16": "icons\/button.png" }, "web_accessible_resources": [ "res\/*", "assets\/*", "icons\/*" ], "description": "Highlights new comments when you revisit a comments page on reddit.", "background": { "page": "background.html" }, "homepage_url": "https:\/\/github.com\/shadyabhi\/Reddit-New-Comments-Highlighter", "version": "3.0", "options_page": "options.html", "manifest_version": 2, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "contextMenus", "webNavigation" ] } |