Reddit Nav
Effortlessly scroll through comment threads on Reddit.
Co to jest Reddit Nav?
Reddit Nav to rozszerzenie Chrome opracowane przez reddit-nav-developers, a jego główną funkcją jest „Effortlessly scroll through comment threads on Reddit.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Reddit Nav
Pobierz pliki rozszerzeń Reddit Nav w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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 Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | dpkijnoebmekoiafbkledpjhkpgllkfe |
| Oficjalny URL | https://chromewebstore.google.com/detail/reddit-nav/dpkijnoebmekoiafbkledpjhkpgllkfe |
| Opis | Effortlessly scroll through comment threads on Reddit. |
| Rozmiar pliku | 81.92 KB |
| Liczba instalacji | 199 |
| Aktualna Wersja | 1.1.2 |
| Ostatnia Aktualizacja | 2017-09-19 |
| Data Publikacji | 2017-09-19 |
| Ocena | 4.13/5 Łącznie 15 Oceny |
| Deweloper | reddit-nav-developers |
| Typ Płatności | free |
| Adres URL Strony Pomocy | http://github.com/justinthec/redditnav |
| Obsługiwane Języki | 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"
]
}
]
} | |