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 |
| 官方網址 | 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"
]
}
]
} | |