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
官方網址 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": []
}