Reddit Nav

Effortlessly scroll through comment threads on Reddit.

Cos'è Reddit Nav?

Reddit Nav è un'estensione di Chrome sviluppata da reddit-nav-developers, e la sua funzione principale è "Effortlessly scroll through comment threads on Reddit.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Reddit Nav

Scarica i file di estensione Reddit Nav in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Reddit Nav Reddit Nav
ID dpkijnoebmekoiafbkledpjhkpgllkfe
URL Ufficiale https://chromewebstore.google.com/detail/reddit-nav/dpkijnoebmekoiafbkledpjhkpgllkfe
Descrizione Effortlessly scroll through comment threads on Reddit.
Dimensione del File 81.92 KB
Conteggio Installazioni 199
Versione Corrente 1.1.2
Ultimo Aggiornamento 2017-09-19
Data di Pubblicazione 2017-09-19
Valutazione 4.13/5 Totale 15 Valutazioni
Sviluppatore reddit-nav-developers
Tipo di Pagamento free
URL della Pagina di Aiuto http://github.com/justinthec/redditnav
Lingue Supportate 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"
            ]
        }
    ]
}