rslash

Seamlessly integrating Reddit straight into the URL bar

Was ist rslash?

rslash ist eine Chrome-Erweiterung, die von https://avigloz.net entwickelt wurde, und ihr Hauptmerkmal ist "Seamlessly integrating Reddit straight into the URL bar".

Erweiterungsscreenshots

screenshot

rslash-Erweiterungs-CRX-Datei herunterladen

Laden Sie rslash-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name rslash rslash
ID likdmjclapoepifihppnkebnahfdikin
Offizielle URL https://chromewebstore.google.com/detail/rslash/likdmjclapoepifihppnkebnahfdikin
Beschreibung Seamlessly integrating Reddit straight into the URL bar
Dateigröße 20.54 KB
Installationsanzahl 14
Aktuelle Version 2020.12.23.1
Letztes Update 2020-12-24
Veröffentlichungsdatum 2016-05-28
Bewertung 5.00/5 Insgesamt 5 Bewertungen
Entwickler https://avigloz.net
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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": []
}