rslash
Seamlessly integrating Reddit straight into the URL bar
¿Qué es rslash?
rslash es una extensión de Chrome desarrollada por https://avigloz.net, y su función principal es "Seamlessly integrating Reddit straight into the URL bar".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión rslash
Descarga archivos de extensión rslash 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
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.
Información Básica de la Extensión
Nombre | rslash |
ID | likdmjclapoepifihppnkebnahfdikin |
URL Oficial | https://chromewebstore.google.com/detail/rslash/likdmjclapoepifihppnkebnahfdikin |
Descripción | Seamlessly integrating Reddit straight into the URL bar |
Tamaño del Archivo | 20.54 KB |
Cantidad de Instalaciones | 14 |
Versión Actual | 2020.12.23.1 |
Última Actualización | 2020-12-24 |
Fecha de Publicación | 2016-05-28 |
Calificación | 5.00/5 Total de 5 Calificaciones |
Desarrollador | https://avigloz.net |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | 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": [] } |