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!은(는) Mingyi Liu에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Directly opens external links on Yahoo main page (http://www.yahoo.com) in new tab without clicking the 'Read More' button."입니다.

No 'More' Yahoo! 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
            ]
        }
    ]
}