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
Eメール [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": []
}