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 |
| Eメール | [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"
]
}
]
} | |