Reddit Megathreader
This extension improves reading experience on Reddit megathreads
什么是Reddit Megathreader?
Reddit Megathreader是由abcpp开发的Chrome扩展程序,该扩展的主要功能是“This extension improves reading experience on Reddit megathreads”。
扩展截图
下载Reddit Megathreader扩展crx文件
下载Reddit Megathreader扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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!) 扩展基本信息
| 名称 | |
| ID | dkobfgjgbadngkmpkkaaajfidgenkaii |
| 官方URL | https://chromewebstore.google.com/detail/reddit-megathreader/dkobfgjgbadngkmpkkaaajfidgenkaii |
| 简介 | This extension improves reading experience on Reddit megathreads |
| 文件大小 | 4.56 KB |
| 安装次数 | 11 |
| 当前版本 | 1.0.1 |
| 更新时间 | 2017-03-17 |
| 上架时间 | 2017-03-17 |
| 评分 | 3.00/5 共2次评分 |
| 开发者 | abcpp |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | 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"
]
}
]
} | |