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
公式URL 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"
            ]
        }
    ]
}