/r/

Quickly navigate to any reddit sub-reddit.

Apa itu /r/?

/r/ adalah ekstensi Chrome yang dikembangkan oleh tydotg, dan fitur utamanya adalah "Quickly navigate to any reddit sub-reddit.".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi /r/

Unduh file ekstensi /r/ 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

                        Updates the Google Omnibox to allow navigation directly any reddit sub-reddit without having to type in the entire URL.

Simply type 'r' and then a space into the navigation bar, at which point the /r/ Chrome extension will automatically pop into the bar. Type the name of the sub-reddit to navigate to, hit enter, and the plugin will navigate to the correct page.                    

Informasi Dasar Ekstensi

Nama /r/ /r/
ID cnccilamloafialmchgfgmbmojdfhmom
URL Resmi https://chromewebstore.google.com/detail/r/cnccilamloafialmchgfgmbmojdfhmom
Deskripsi Quickly navigate to any reddit sub-reddit.
Ukuran File 11.63 KB
Jumlah Instalasi 133
Versi Saat Ini 1.2
Terakhir Diperbarui 2013-09-27
Tanggal Publikasi 2013-09-27
Penilaian 4.83/5 Total 6 Penilaian
Pengembang tydotg
Tipe Pembayaran free
Situs Ekstensi http://tgolson.com
URL Halaman Bantuan http://tgolson.com
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "\/r\/",
    "description": "Quickly navigate to any reddit sub-reddit.",
    "version": "1.2",
    "omnibox": {
        "keyword": "r"
    },
    "icons": {
        "16": "reddit.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    }
}