To the Comments!
View the reddit or Hacker News comments for a given page
To the Comments!คืออะไร?
To the Comments! เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://burba.io และคุณลักษณะหลักของมันคือ "View the reddit or Hacker News comments for a given page"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย To the Comments!
ดาวน์โหลดไฟล์ส่วนขยาย To the Comments! ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
View the Hacker News and Reddit comments for your current page.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | To the Comments! |
ID | ceghmjigckmapkbgccgehlipbkdhglab |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/to-the-comments/ceghmjigckmapkbgccgehlipbkdhglab |
คำอธิบาย | View the reddit or Hacker News comments for a given page |
ขนาดไฟล์ | 20.92 KB |
จำนวนการติดตั้ง | 16 |
เวอร์ชันปัจจุบัน | 1.0.1 |
อัปเดตครั้งล่าสุด | 2017-04-04 |
วันที่เผยแพร่ | 2017-04-04 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | https://burba.io |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://tothecomments.burba.io |
URL หน้าช่วยเหลือ | http://tothecomments.burba.io |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "To the Comments!", "description": "View the reddit or Hacker News comments for a given page", "version": "1.0.1", "icons": { "128": "src\/images\/comment.png" }, "permissions": [ "activeTab" ], "browser_action": { "default_icon": "src\/images\/comment.png", "default_title": "To the Comments!", "default_popup": "src\/popup.html" }, "background": { "scripts": [ "src\/js\/thru.js", "src\/js\/get-active-tab.js", "src\/js\/get-active-url.js", "src\/js\/get-comments.js", "src\/js\/background.js" ], "persistent": false }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Alt+C" }, "description": "Show comments for current page" }, "open-top-reddit-link": { "suggested_key": { "default": "Alt+R" }, "description": "Open the top reddit link for this page" }, "open-top-hn-link": { "suggested_key": { "default": "Alt+H" }, "description": "Open the top Hacker News link for this page" } } } |