reddit new tab

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

reddit new tabคืออะไร?

reddit new tab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ashatte และคุณลักษณะหลักของมันคือ "Extension that makes reddit links open in new tab by default."

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย reddit new tab

ดาวน์โหลดไฟล์ส่วนขยาย 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"
            ]
        }
    ]
}