/r/

Quickly navigate to any reddit sub-reddit.

什么是/r/?

/r/是由tydotg开发的Chrome扩展程序,该扩展的主要功能是“Quickly navigate to any reddit sub-reddit.”。

扩展截图

screenshot
screenshot
screenshot

下载/r/扩展crx文件

下载/r/扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 /r/ /r/
ID cnccilamloafialmchgfgmbmojdfhmom
官方URL https://chromewebstore.google.com/detail/r/cnccilamloafialmchgfgmbmojdfhmom
简介 Quickly navigate to any reddit sub-reddit.
文件大小 11.63 KB
安装次数 133
当前版本 1.2
更新时间 2013-09-27
上架时间 2013-09-27
评分 4.83/5 共6次评分
开发者 tydotg
付费类型 free
扩展官网 http://tgolson.com
帮助页面URL http://tgolson.com
支持的语言 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"
        ]
    }
}