No 'More' Yahoo!

Directly opens external links on Yahoo main page (http://www.yahoo.com) in new tab without clicking the 'Read More' button.

No 'More' Yahoo!คืออะไร?

No 'More' Yahoo! เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Mingyi Liu และคุณลักษณะหลักของมันคือ "Directly opens external links on Yahoo main page (http://www.yahoo.com) in new tab without clicking the 'Read More' button."

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย No 'More' Yahoo!

ดาวน์โหลดไฟล์ส่วนขยาย No 'More' Yahoo! ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Directly opens external links on Yahoo main page (http://www.yahoo.com) in a new tab, without having to load the one-paragraph Yahoo popup just to click the 'Read More' button to get to the actual external article. 

Note: this only works on Yahoo main page (www.yahoo.com), not the subdomains like finance.yahoo.com.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ No 'More' Yahoo! No 'More' Yahoo!
ID ffaekjgjkmoggbcpminlabhekpdadagl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/no-more-yahoo/ffaekjgjkmoggbcpminlabhekpdadagl
คำอธิบาย Directly opens external links on Yahoo main page (http://www.yahoo.com) in new tab without clicking the 'Read More' button.
ขนาดไฟล์ 3.85 KB
จำนวนการติดตั้ง 24
เวอร์ชันปัจจุบัน 0.11
อัปเดตครั้งล่าสุด 2016-10-12
วันที่เผยแพร่ 2016-10-11
ผู้พัฒนา Mingyi Liu
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "No 'More' Yahoo!",
    "version": "0.11",
    "description": "Directly opens external links on Yahoo main page (http:\/\/www.yahoo.com) in new tab without clicking the 'Read More' button.",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.yahoo.com\/"
            ],
            "js": [
                "extract.js"
            ]
        }
    ]
}