rslash
Seamlessly integrating Reddit straight into the URL bar
What is rslash?
rslash is a Chrome extension developed by https://avigloz.net, and its main feature is "Seamlessly integrating Reddit straight into the URL bar".
Extension Screenshots
Download rslash Extension CRX File
Download rslash extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | rslash |
ID | likdmjclapoepifihppnkebnahfdikin |
Official URL | https://chromewebstore.google.com/detail/rslash/likdmjclapoepifihppnkebnahfdikin |
Description | Seamlessly integrating Reddit straight into the URL bar |
File Size | 20.54 KB |
Installation Count | 14 |
Current Version | 2020.12.23.1 |
Last Updated | 2020-12-24 |
Publish Date | 2016-05-28 |
Rating | 5.00/5 Total 5 Ratings |
Developer | https://avigloz.net |
[email protected] | |
Payment Type | free |
Supported Languages | 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": [] } |