GoToReddit - Quick access to reddit

Now you can browse to r/subreddit

Cos'è GoToReddit - Quick access to reddit?

GoToReddit - Quick access to reddit è un'estensione di Chrome sviluppata da JARI.IO, e la sua funzione principale è "Now you can browse to r/subreddit".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione GoToReddit - Quick access to reddit

Scarica i file di estensione GoToReddit - Quick access to reddit in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Made by @mikedotjs                    

Informazioni di Base sull'Estensione

Nome GoToReddit - Quick access to reddit GoToReddit - Quick access to reddit
ID jiipfhbhnpaocfjhnppoidilhcphhonp
URL Ufficiale https://chromewebstore.google.com/detail/gotoreddit-quick-access-t/jiipfhbhnpaocfjhnppoidilhcphhonp
Descrizione Now you can browse to r/subreddit
Dimensione del File 18.33 KB
Conteggio Installazioni 129
Versione Corrente 1.1
Ultimo Aggiornamento 2015-02-03
Data di Pubblicazione 2015-02-03
Valutazione 3.82/5 Totale 11 Valutazioni
Sviluppatore JARI.IO
Tipo di Pagamento free
Lingue Supportate 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"
        ]
    }
}