Reddit Nav

Effortlessly scroll through comment threads on Reddit.

O que é Reddit Nav?

Reddit Nav é uma extensão do Chrome desenvolvida por reddit-nav-developers, e sua principal característica é "Effortlessly scroll through comment threads on Reddit.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Reddit Nav

Baixe arquivos de extensão Reddit Nav no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Reddit Nav Reddit Nav
ID dpkijnoebmekoiafbkledpjhkpgllkfe
URL Oficial https://chromewebstore.google.com/detail/reddit-nav/dpkijnoebmekoiafbkledpjhkpgllkfe
Descrição Effortlessly scroll through comment threads on Reddit.
Tamanho do Arquivo 81.92 KB
Contagem de Instalações 199
Versão Atual 1.1.2
Última Atualização 2017-09-19
Data de Publicação 2017-09-19
Classificação 4.13/5 Total de 15 Avaliações
Desenvolvedor reddit-nav-developers
Tipo de Pagamento free
URL da Página de Ajuda http://github.com/justinthec/redditnav
Idiomas Suportados 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"
            ]
        }
    ]
}