rslash

Seamlessly integrating Reddit straight into the URL bar

rslash là gì?

rslash là một tiện ích mở rộng Chrome được phát triển bởi https://avigloz.net, và tính năng chính của nó là "Seamlessly integrating Reddit straight into the URL bar".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng rslash

Tải xuống các tệp mở rộng rslash dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên rslash rslash
ID likdmjclapoepifihppnkebnahfdikin
URL Chính Thức https://chromewebstore.google.com/detail/rslash/likdmjclapoepifihppnkebnahfdikin
Mô tả Seamlessly integrating Reddit straight into the URL bar
Kích Thước Tệp 20.54 KB
Số Lần Cài Đặt 14
Phiên Bản Hiện Tại 2020.12.23.1
Cập Nhật Lần Cuối 2020-12-24
Ngày Phát Hành 2016-05-28
Đánh Giá 5.00/5 Tổng số 5 Đánh Giá
Nhà Phát Triển https://avigloz.net
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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": []
}