rslash

Seamlessly integrating Reddit straight into the URL bar

什么是rslash?

rslash是由https://avigloz.net开发的Chrome扩展程序,该扩展的主要功能是“Seamlessly integrating Reddit straight into the URL bar”。

扩展截图

screenshot

下载rslash扩展crx文件

下载rslash扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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": []
}