Reddit Megathreader
This extension improves reading experience on Reddit megathreads
Reddit Megathreader là gì?
Reddit Megathreader là một tiện ích mở rộng Chrome được phát triển bởi abcpp, và tính năng chính của nó là "This extension improves reading experience on Reddit megathreads".
Ả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 Reddit Megathreader
Tải xuống các tệp mở rộng Reddit Megathreader 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
Tool that helps read megathreads on Reddit * Removes width restriction (so on a large monitor text will occupy all of the screen real estate) * Improves visibility by shading individual comment threads so it's easy to see where one comment thread ends and new one begins * Collapses all comments to leave only first-level comments visible. Subcomments can be revealed by clicking "expand" * Automatically loads all unloaded comments so you don't have to click on "load more comments" ever again * Highlights certain keywords like "Chase Ink Preferred", "American Express Platinum" and so on (send me the list of keywords I forgot!)
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Reddit Megathreader |
ID | dkobfgjgbadngkmpkkaaajfidgenkaii |
URL Chính Thức | https://chromewebstore.google.com/detail/reddit-megathreader/dkobfgjgbadngkmpkkaaajfidgenkaii |
Mô tả | This extension improves reading experience on Reddit megathreads |
Kích Thước Tệp | 4.56 KB |
Số Lần Cài Đặt | 11 |
Phiên Bản Hiện Tại | 1.0.1 |
Cập Nhật Lần Cuối | 2017-03-17 |
Ngày Phát Hành | 2017-03-17 |
Đánh Giá | 3.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | abcpp |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Reddit Megathreader", "description": "This extension improves reading experience on Reddit megathreads", "version": "1.0.1", "permissions": [ "*:\/\/*.reddit.com\/*\/comments\/*" ], "content_scripts": [ { "matches": [ "*:\/\/*.reddit.com\/*\/comments\/*" ], "css": [ "mega.css" ], "js": [ "mega.js" ] } ] } |