Reddit Nav

Effortlessly scroll through comment threads on Reddit.

Reddit Navとは何ですか?

Reddit Navはreddit-nav-developersによって開発されたChromeの拡張機能で、その主な機能は「Effortlessly scroll through comment threads on Reddit.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Reddit Nav拡張機能のCRXファイルをダウンロード

Reddit Nav拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        RedditNav is a beautiful way to move between threads, accelerating the way you browse reddit comments.

Features:
 - Navigate between root threads using the intuitive floating navigation button.
 - Alternatively use the `W` and `Q` keyboard shortcuts.
 - Customize the color and placement of the floating action button.
 - Choose from a variety of different scroll speeds.
 - Material Design.

Changelog: https://github.com/justinthec/redditnav/releases

RedditNav is an open source project. Contribute at http://github.com/justinthec/redditnav

Created by Justin Chan and Srdjan Mitrovic                    

拡張機能の基本情報

名前 Reddit Nav Reddit Nav
ID dpkijnoebmekoiafbkledpjhkpgllkfe
公式URL https://chromewebstore.google.com/detail/reddit-nav/dpkijnoebmekoiafbkledpjhkpgllkfe
説明 Effortlessly scroll through comment threads on Reddit.
ファイルサイズ 81.92 KB
インストール数 199
現在のバージョン 1.1.2
最終更新日 2017-09-19
公開日 2017-09-19
評価 4.13/5 合計 15 レビュー
開発者 reddit-nav-developers
支払い方法 free
ヘルプページのURL http://github.com/justinthec/redditnav
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Reddit Nav",
    "description": "Effortlessly scroll through comment threads on Reddit.",
    "version": "1.1.2",
    "browser_action": {
        "default_icon": "popup\/icon128.png",
        "default_popup": "popup\/popup.html",
        "default_title": "RedditNav"
    },
    "icons": {
        "48": "popup\/icon48.png",
        "128": "popup\/icon128.png"
    },
    "permissions": [
        "storage"
    ],
    "web_accessible_resources": [
        "redditnav.html"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.reddit.com\/r\/*\/comments\/*"
            ],
            "css": [
                "redditnav.css"
            ],
            "js": [
                "redditnav.js"
            ]
        }
    ]
}