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文件
下载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! |
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" ] } ] } |