rslash

Seamlessly integrating Reddit straight into the URL bar

rslash क्या है?

rslash https://avigloz.net द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Seamlessly integrating Reddit straight into the URL bar"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में rslash एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम rslash rslash
ID likdmjclapoepifihppnkebnahfdikin
आधिकारिक URL https://chromewebstore.google.com/detail/rslash/likdmjclapoepifihppnkebnahfdikin
विवरण Seamlessly integrating Reddit straight into the URL bar
फ़ाइल का आकार 20.54 KB
स्थापना संख्या 14
वर्तमान संस्करण 2020.12.23.1
अंतिम अपडेट 2020-12-24
प्रकाशन तिथि 2016-05-28
रेटिंग 5.00/5 कुल 5 रेटिंग्स
डेवलपर https://avigloz.net
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ 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": []
}