/r/
Quickly navigate to any reddit sub-reddit.
O que é /r/?
/r/ é uma extensão do Chrome desenvolvida por tydotg, e sua principal característica é "Quickly navigate to any reddit sub-reddit.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão /r/
Baixe arquivos de extensão /r/ 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
Updates the Google Omnibox to allow navigation directly any reddit sub-reddit without having to type in the entire URL. Simply type 'r' and then a space into the navigation bar, at which point the /r/ Chrome extension will automatically pop into the bar. Type the name of the sub-reddit to navigate to, hit enter, and the plugin will navigate to the correct page.
Informações Básicas da Extensão
Nome | /r/ |
ID | cnccilamloafialmchgfgmbmojdfhmom |
URL Oficial | https://chromewebstore.google.com/detail/r/cnccilamloafialmchgfgmbmojdfhmom |
Descrição | Quickly navigate to any reddit sub-reddit. |
Tamanho do Arquivo | 11.63 KB |
Contagem de Instalações | 133 |
Versão Atual | 1.2 |
Última Atualização | 2013-09-27 |
Data de Publicação | 2013-09-27 |
Classificação | 4.83/5 Total de 6 Avaliações |
Desenvolvedor | tydotg |
Tipo de Pagamento | free |
Site da Extensão | http://tgolson.com |
URL da Página de Ajuda | http://tgolson.com |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "\/r\/", "description": "Quickly navigate to any reddit sub-reddit.", "version": "1.2", "omnibox": { "keyword": "r" }, "icons": { "16": "reddit.png" }, "background": { "persistent": false, "scripts": [ "background.js" ] } } |