Reddit Nav

Effortlessly scroll through comment threads on Reddit.

Apa itu Reddit Nav?

Reddit Nav adalah ekstensi Chrome yang dikembangkan oleh reddit-nav-developers, dan fitur utamanya adalah "Effortlessly scroll through comment threads on Reddit.".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Reddit Nav

Unduh file ekstensi Reddit Nav dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Reddit Nav Reddit Nav
ID dpkijnoebmekoiafbkledpjhkpgllkfe
URL Resmi https://chromewebstore.google.com/detail/reddit-nav/dpkijnoebmekoiafbkledpjhkpgllkfe
Deskripsi Effortlessly scroll through comment threads on Reddit.
Ukuran File 81.92 KB
Jumlah Instalasi 199
Versi Saat Ini 1.1.2
Terakhir Diperbarui 2017-09-19
Tanggal Publikasi 2017-09-19
Penilaian 4.13/5 Total 15 Penilaian
Pengembang reddit-nav-developers
Tipe Pembayaran free
URL Halaman Bantuan http://github.com/justinthec/redditnav
Bahasa yang Didukung 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"
            ]
        }
    ]
}