rslash

Seamlessly integrating Reddit straight into the URL bar

rslashคืออะไร?

rslash เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://avigloz.net และคุณลักษณะหลักของมันคือ "Seamlessly integrating Reddit straight into the URL bar"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย rslash

ดาวน์โหลดไฟล์ส่วนขยาย 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": []
}