GoToReddit - Quick access to reddit

Now you can browse to r/subreddit

什麼是GoToReddit - Quick access to reddit?

GoToReddit - Quick access to reddit是由JARI.IO開發的Chrome擴展程式,該擴展的主要功能是“Now you can browse to r/subreddit”。

擴展截圖

screenshot

下載GoToReddit - Quick access to reddit擴展crx文件

下載GoToReddit - Quick access to reddit擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Simply enter r/subredditname in the chrome omnibox and this extension will open the designated subreddit.

Made by @mikedotjs                    

擴展基本資訊

名稱 GoToReddit - Quick access to reddit GoToReddit - Quick access to reddit
ID jiipfhbhnpaocfjhnppoidilhcphhonp
官方網址 https://chromewebstore.google.com/detail/gotoreddit-quick-access-t/jiipfhbhnpaocfjhnppoidilhcphhonp
簡介 Now you can browse to r/subreddit
檔案大小 18.33 KB
安裝次數 129
目前版本 1.1
更新時間 2015-02-03
上架時間 2015-02-03
評分 3.82/5 共 11 次評分
開發者 JARI.IO
付費類型 free
支援的語言 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"
        ]
    }
}