rslash
Seamlessly integrating Reddit straight into the URL bar
Wat is rslash?
rslash is een Chrome-extensie ontwikkeld door https://avigloz.net, en de belangrijkste functie is "Seamlessly integrating Reddit straight into the URL bar".
Extensie Screenshots
Download het CRX-bestand van de extensie rslash
Download rslash-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | rslash |
ID | likdmjclapoepifihppnkebnahfdikin |
Officiële URL | https://chromewebstore.google.com/detail/rslash/likdmjclapoepifihppnkebnahfdikin |
Beschrijving | Seamlessly integrating Reddit straight into the URL bar |
Bestandsgrootte | 20.54 KB |
Aantal Installaties | 14 |
Huidige Versie | 2020.12.23.1 |
Laatst Bijgewerkt | 2020-12-24 |
Publicatiedatum | 2016-05-28 |
Beoordeling | 5.00/5 Totaal 5 Beoordelingen |
Ontwikkelaar | https://avigloz.net |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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": [] } |