/r/
Quickly navigate to any reddit sub-reddit.
¿Qué es /r/?
/r/ es una extensión de Chrome desarrollada por tydotg, y su función principal es "Quickly navigate to any reddit sub-reddit.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión /r/
Descarga archivos de extensión /r/ en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | /r/ |
ID | cnccilamloafialmchgfgmbmojdfhmom |
URL Oficial | https://chromewebstore.google.com/detail/r/cnccilamloafialmchgfgmbmojdfhmom |
Descripción | Quickly navigate to any reddit sub-reddit. |
Tamaño del Archivo | 11.63 KB |
Cantidad de Instalaciones | 133 |
Versión Actual | 1.2 |
Última Actualización | 2013-09-27 |
Fecha de Publicación | 2013-09-27 |
Calificación | 4.83/5 Total de 6 Calificaciones |
Desarrollador | tydotg |
Tipo de Pago | free |
Sitio Web de la Extensión | http://tgolson.com |
URL de la Página de Ayuda | http://tgolson.com |
Idiomas Soportados | 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" ] } } |