GoToReddit - Quick access to reddit

Now you can browse to r/subreddit

Vad är GoToReddit - Quick access to reddit?

GoToReddit - Quick access to reddit är en Chrome-tillägg utvecklad av JARI.IO, och dess huvudfunktion är "Now you can browse to r/subreddit".

Tilläggsskärmbilder

screenshot

Ladda ner GoToReddit - Quick access to reddit-förlängningens CRX-fil

Ladda ner GoToReddit - Quick access to reddit-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Made by @mikedotjs                    

Grundläggande Information om Tillägg

Namn GoToReddit - Quick access to reddit GoToReddit - Quick access to reddit
ID jiipfhbhnpaocfjhnppoidilhcphhonp
Officiell webbadress https://chromewebstore.google.com/detail/gotoreddit-quick-access-t/jiipfhbhnpaocfjhnppoidilhcphhonp
Beskrivning Now you can browse to r/subreddit
Filstorlek 18.33 KB
Antal Installationer 129
Aktuell Version 1.1
Senast Uppdaterad 2015-02-03
Publiceringsdatum 2015-02-03
Betyg 3.82/5 Totalt 11 Betyg
Utvecklare JARI.IO
Betalningssätt free
Stödda Språk 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"
        ]
    }
}