To the Comments!
View the reddit or Hacker News comments for a given page
To the Comments! là gì?
To the Comments! là một tiện ích mở rộng Chrome được phát triển bởi https://burba.io, và tính năng chính của nó là "View the reddit or Hacker News comments for a given page".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng To the Comments!
Tải xuống các tệp mở rộng To the Comments! dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
View the Hacker News and Reddit comments for your current page.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | To the Comments! |
ID | ceghmjigckmapkbgccgehlipbkdhglab |
URL Chính Thức | https://chromewebstore.google.com/detail/to-the-comments/ceghmjigckmapkbgccgehlipbkdhglab |
Mô tả | View the reddit or Hacker News comments for a given page |
Kích Thước Tệp | 20.92 KB |
Số Lần Cài Đặt | 16 |
Phiên Bản Hiện Tại | 1.0.1 |
Cập Nhật Lần Cuối | 2017-04-04 |
Ngày Phát Hành | 2017-04-04 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | https://burba.io |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://tothecomments.burba.io |
URL Trang Trợ Giúp | http://tothecomments.burba.io |
Ngôn Ngữ Được Hỗ Trợ | 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" } } } |