rslash

Seamlessly integrating Reddit straight into the URL bar

O que é rslash?

rslash é uma extensão do Chrome desenvolvida por https://avigloz.net, e sua principal característica é "Seamlessly integrating Reddit straight into the URL bar".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão rslash

Baixe arquivos de extensão rslash 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

                        An extension made to make the process of navigating to subreddits in the URL bar more efficient.

Easy to use, as follows:
1. Make sure your URL bar is empty (contains no text or URL)
2. Type 'r\' and hit space.
3. The extension should activate, and you should see a visible change in the URL bar.
4. Enter your favorite subreddit and GO!


Current version: 2020.12.23.1
Current features:
- Original (2016) rslash features!
- Shows suggestions for reddit's own subreddits

Changelog from 2016 version:
- Updated popup.html content
- Fixed minor bugs
- Enabled portability to Firefox.


Please note that rslash, its logo and content are not affiliated with reddit Inc.                    

Informações Básicas da Extensão

Nome rslash rslash
ID likdmjclapoepifihppnkebnahfdikin
URL Oficial https://chromewebstore.google.com/detail/rslash/likdmjclapoepifihppnkebnahfdikin
Descrição Seamlessly integrating Reddit straight into the URL bar
Tamanho do Arquivo 20.54 KB
Contagem de Instalações 14
Versão Atual 2020.12.23.1
Última Atualização 2020-12-24
Data de Publicação 2016-05-28
Classificação 5.00/5 Total de 5 Avaliações
Desenvolvedor https://avigloz.net
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "rslash",
    "description": "Seamlessly integrating Reddit straight into the URL bar",
    "version": "2020.12.23.1",
    "omnibox": {
        "keyword": "r\\"
    },
    "icons": {
        "16": "icon16.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": []
}