Reddit Nav
Effortlessly scroll through comment threads on Reddit.
Wat is Reddit Nav?
Reddit Nav is een Chrome-extensie ontwikkeld door reddit-nav-developers, en de belangrijkste functie is "Effortlessly scroll through comment threads on Reddit.".
Extensie Screenshots
Download het CRX-bestand van de extensie Reddit Nav
Download Reddit Nav-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | Reddit Nav |
ID | dpkijnoebmekoiafbkledpjhkpgllkfe |
Officiële URL | https://chromewebstore.google.com/detail/reddit-nav/dpkijnoebmekoiafbkledpjhkpgllkfe |
Beschrijving | Effortlessly scroll through comment threads on Reddit. |
Bestandsgrootte | 81.92 KB |
Aantal Installaties | 199 |
Huidige Versie | 1.1.2 |
Laatst Bijgewerkt | 2017-09-19 |
Publicatiedatum | 2017-09-19 |
Beoordeling | 4.13/5 Totaal 15 Beoordelingen |
Ontwikkelaar | reddit-nav-developers |
Betalingswijze | free |
Help Pagina-URL | http://github.com/justinthec/redditnav |
Ondersteunde Talen | 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" ] } ] } |