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