rslash
Seamlessly integrating Reddit straight into the URL bar
Vad är rslash?
rslash är en Chrome-tillägg utvecklad av https://avigloz.net, och dess huvudfunktion är "Seamlessly integrating Reddit straight into the URL bar".
Tilläggsskärmbilder
Ladda ner rslash-förlängningens CRX-fil
Ladda ner rslash-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | rslash |
ID | likdmjclapoepifihppnkebnahfdikin |
Officiell webbadress | https://chromewebstore.google.com/detail/rslash/likdmjclapoepifihppnkebnahfdikin |
Beskrivning | Seamlessly integrating Reddit straight into the URL bar |
Filstorlek | 20.54 KB |
Antal Installationer | 14 |
Aktuell Version | 2020.12.23.1 |
Senast Uppdaterad | 2020-12-24 |
Publiceringsdatum | 2016-05-28 |
Betyg | 5.00/5 Totalt 5 Betyg |
Utvecklare | https://avigloz.net |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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": [] } |