Reddit Nav

Effortlessly scroll through comment threads on Reddit.

Qu'est-ce que Reddit Nav ?

Reddit Nav est une extension Chrome développée par reddit-nav-developers, et sa fonction principale est "Effortlessly scroll through comment threads on Reddit.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Reddit Nav

Téléchargez les fichiers d'extension Reddit Nav au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Reddit Nav Reddit Nav
ID dpkijnoebmekoiafbkledpjhkpgllkfe
URL Officiel https://chromewebstore.google.com/detail/reddit-nav/dpkijnoebmekoiafbkledpjhkpgllkfe
Description Effortlessly scroll through comment threads on Reddit.
Taille du Fichier 81.92 KB
Nombre d'Installations 199
Version Actuelle 1.1.2
Dernière Mise à Jour 2017-09-19
Date de Publication 2017-09-19
Évaluation 4.13/5 Total 15 Évaluations
Développeur reddit-nav-developers
Type de Paiement free
URL de la Page d'Aide http://github.com/justinthec/redditnav
Langues Prises en Charge 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"
            ]
        }
    ]
}