/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
官方網址 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"
        ]
    }
}