GoToReddit - Quick access to reddit

Now you can browse to r/subreddit

What is GoToReddit - Quick access to reddit?

GoToReddit - Quick access to reddit is a Chrome extension developed by JARI.IO, and its main feature is "Now you can browse to r/subreddit".

Extension Screenshots

screenshot

Download GoToReddit - Quick access to reddit Extension CRX File

Download GoToReddit - Quick access to reddit extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Made by @mikedotjs                    

Extension Basic Information

Name GoToReddit - Quick access to reddit GoToReddit - Quick access to reddit
ID jiipfhbhnpaocfjhnppoidilhcphhonp
Official URL https://chromewebstore.google.com/detail/gotoreddit-quick-access-t/jiipfhbhnpaocfjhnppoidilhcphhonp
Description Now you can browse to r/subreddit
File Size 18.33 KB
Installation Count 129
Current Version 1.1
Last Updated 2015-02-03
Publish Date 2015-02-03
Rating 3.82/5 Total 11 Ratings
Developer JARI.IO
Payment Type free
Supported Languages 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"
        ]
    }
}