/r/
Quickly navigate to any reddit sub-reddit.
What is /r/?
/r/ is a Chrome extension developed by tydotg, and its main feature is "Quickly navigate to any reddit sub-reddit.".
Extension Screenshots
Download /r/ Extension CRX File
Download /r/ extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Updates the Google Omnibox to allow navigation directly any reddit sub-reddit without having to type in the entire URL. Simply type 'r' and then a space into the navigation bar, at which point the /r/ Chrome extension will automatically pop into the bar. Type the name of the sub-reddit to navigate to, hit enter, and the plugin will navigate to the correct page.
Extension Basic Information
Name | /r/ |
ID | cnccilamloafialmchgfgmbmojdfhmom |
Official URL | https://chromewebstore.google.com/detail/r/cnccilamloafialmchgfgmbmojdfhmom |
Description | Quickly navigate to any reddit sub-reddit. |
File Size | 11.63 KB |
Installation Count | 133 |
Current Version | 1.2 |
Last Updated | 2013-09-27 |
Publish Date | 2013-09-27 |
Rating | 4.83/5 Total 6 Ratings |
Developer | tydotg |
Payment Type | free |
Extension Website | http://tgolson.com |
Help Page URL | http://tgolson.com |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "\/r\/", "description": "Quickly navigate to any reddit sub-reddit.", "version": "1.2", "omnibox": { "keyword": "r" }, "icons": { "16": "reddit.png" }, "background": { "persistent": false, "scripts": [ "background.js" ] } } |