/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"
        ]
    }
}