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 |
官方網址 | 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" ] } ] } |