rslash

Seamlessly integrating Reddit straight into the URL bar

Apa itu rslash?

rslash adalah ekstensi Chrome yang dikembangkan oleh https://avigloz.net, dan fitur utamanya adalah "Seamlessly integrating Reddit straight into the URL bar".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi rslash

Unduh file ekstensi rslash dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama rslash rslash
ID likdmjclapoepifihppnkebnahfdikin
URL Resmi https://chromewebstore.google.com/detail/rslash/likdmjclapoepifihppnkebnahfdikin
Deskripsi Seamlessly integrating Reddit straight into the URL bar
Ukuran File 20.54 KB
Jumlah Instalasi 14
Versi Saat Ini 2020.12.23.1
Terakhir Diperbarui 2020-12-24
Tanggal Publikasi 2016-05-28
Penilaian 5.00/5 Total 5 Penilaian
Pengembang https://avigloz.net
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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": []
}