GoToReddit - Quick access to reddit

Now you can browse to r/subreddit

Wat is GoToReddit - Quick access to reddit?

GoToReddit - Quick access to reddit is een Chrome-extensie ontwikkeld door JARI.IO, en de belangrijkste functie is "Now you can browse to r/subreddit".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie GoToReddit - Quick access to reddit

Download GoToReddit - Quick access to reddit-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Made by @mikedotjs                    

Basisinformatie over de Extensie

Naam GoToReddit - Quick access to reddit GoToReddit - Quick access to reddit
ID jiipfhbhnpaocfjhnppoidilhcphhonp
Officiële URL https://chromewebstore.google.com/detail/gotoreddit-quick-access-t/jiipfhbhnpaocfjhnppoidilhcphhonp
Beschrijving Now you can browse to r/subreddit
Bestandsgrootte 18.33 KB
Aantal Installaties 129
Huidige Versie 1.1
Laatst Bijgewerkt 2015-02-03
Publicatiedatum 2015-02-03
Beoordeling 3.82/5 Totaal 11 Beoordelingen
Ontwikkelaar JARI.IO
Betalingswijze free
Ondersteunde Talen 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"
        ]
    }
}