GoToReddit - Quick access to reddit
Now you can browse to r/subreddit
Hvad er GoToReddit - Quick access to reddit?
GoToReddit - Quick access to reddit er en Chrome-udvidelse udviklet af JARI.IO, og dens hovedfunktion er "Now you can browse to r/subreddit".
Udvidelsesskærmbilleder
Download GoToReddit - Quick access to reddit-udvidelses-CRX-fil
Download GoToReddit - Quick access to reddit-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Simply enter r/subredditname in the chrome omnibox and this extension will open the designated subreddit. Made by @mikedotjs
Grundlæggende oplysninger om udvidelsen
Navn | GoToReddit - Quick access to reddit |
ID | jiipfhbhnpaocfjhnppoidilhcphhonp |
Officiel URL | https://chromewebstore.google.com/detail/gotoreddit-quick-access-t/jiipfhbhnpaocfjhnppoidilhcphhonp |
Beskrivelse | Now you can browse to r/subreddit |
Filstørrelse | 18.33 KB |
Antal Installationer | 129 |
Nuværende Version | 1.1 |
Senest Opdateret | 2015-02-03 |
Udgivelsesdato | 2015-02-03 |
Bedømmelse | 3.82/5 Samlet 11 Bedømmelser |
Udvikler | JARI.IO |
Betalingsmetode | free |
Understøttede Sprog | 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" ] } } |