GoToReddit - Quick access to reddit
Now you can browse to r/subreddit
Was ist GoToReddit - Quick access to reddit?
GoToReddit - Quick access to reddit ist eine Chrome-Erweiterung, die von JARI.IO entwickelt wurde, und ihr Hauptmerkmal ist "Now you can browse to r/subreddit".
Erweiterungsscreenshots
GoToReddit - Quick access to reddit-Erweiterungs-CRX-Datei herunterladen
Laden Sie GoToReddit - Quick access to reddit-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Simply enter r/subredditname in the chrome omnibox and this extension will open the designated subreddit. Made by @mikedotjs
Grundlegende Informationen zur Erweiterung
Name | GoToReddit - Quick access to reddit |
ID | jiipfhbhnpaocfjhnppoidilhcphhonp |
Offizielle URL | https://chromewebstore.google.com/detail/gotoreddit-quick-access-t/jiipfhbhnpaocfjhnppoidilhcphhonp |
Beschreibung | Now you can browse to r/subreddit |
Dateigröße | 18.33 KB |
Installationsanzahl | 129 |
Aktuelle Version | 1.1 |
Letztes Update | 2015-02-03 |
Veröffentlichungsdatum | 2015-02-03 |
Bewertung | 3.82/5 Insgesamt 11 Bewertungen |
Entwickler | JARI.IO |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } } |