reddit new tab

Extension that makes reddit links open in new tab by default.

什麼是reddit new tab?

reddit new tab是由ashatte開發的Chrome擴展程式,該擴展的主要功能是“Extension that makes reddit links open in new tab by default.”。

下載reddit new tab擴展crx文件

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

擴展使用說明

                        By default, reddit links open in the current tab. I found that I would scroll through a list of links, and [right-click -> open in new tab] some of the more interesting links which I then read in bulk. This extension reduces the number of clicks by opening reddit posts in a new tab when clicked as per normal. So you can scroll through the page, click on all of the interesting links, then proceed to read them after.

==== NOTE ====
* If there are issues on your particular version of Chrome, or on your operating system, please send me a message so that I can fix it :)                    

擴展基本資訊

名稱 reddit new tab reddit new tab
ID dpjlocnomggnbkecncocpdhnidkgekkc
官方網址 https://chrome.google.com/webstore/detail/reddit-new-tab/dpjlocnomggnbkecncocpdhnidkgekkc
簡介 Extension that makes reddit links open in new tab by default.
檔案大小 61.66 KB
安裝次數 18
目前版本 0.0.2
更新時間 2014-05-28
上架時間 2014-05-28
評分 5.00/5 共 2 次評分
開發者 ashatte
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "reddit new tab",
    "version": "0.0.2",
    "manifest_version": 2,
    "description": "Extension that makes reddit links open in new tab by default.",
    "icons": {
        "16": "icons\/16x16.png",
        "48": "icons\/48x48.png",
        "128": "icons\/128x128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.reddit.com\/",
                "http:\/\/www.reddit.com\/*"
            ],
            "js": [
                "newtabber.js"
            ]
        }
    ]
}