GoToReddit - Quick access to reddit

Now you can browse to r/subreddit

Apa itu GoToReddit - Quick access to reddit?

GoToReddit - Quick access to reddit adalah ekstensi Chrome yang dikembangkan oleh JARI.IO, dan fitur utamanya adalah "Now you can browse to r/subreddit".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi GoToReddit - Quick access to reddit

Unduh file ekstensi GoToReddit - Quick access to reddit 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

                        Simply enter r/subredditname in the chrome omnibox and this extension will open the designated subreddit.

Made by @mikedotjs                    

Informasi Dasar Ekstensi

Nama GoToReddit - Quick access to reddit GoToReddit - Quick access to reddit
ID jiipfhbhnpaocfjhnppoidilhcphhonp
URL Resmi https://chromewebstore.google.com/detail/gotoreddit-quick-access-t/jiipfhbhnpaocfjhnppoidilhcphhonp
Deskripsi Now you can browse to r/subreddit
Ukuran File 18.33 KB
Jumlah Instalasi 129
Versi Saat Ini 1.1
Terakhir Diperbarui 2015-02-03
Tanggal Publikasi 2015-02-03
Penilaian 3.82/5 Total 11 Penilaian
Pengembang JARI.IO
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "GoToReddit - Quick access to reddit",
    "description": "Now you can browse to r\/subreddit",
    "version": "1.1",
    "icons": {
        "64": "icon64.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "http:\/\/r\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}