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! là gì?
No 'More' Yahoo! là một tiện ích mở rộng Chrome được phát triển bởi Mingyi Liu, và tính năng chính của nó là "Directly opens external links on Yahoo main page (http://www.yahoo.com) in new tab without clicking the 'Read More' button.".
Tải xuống tệp CRX của tiện ích mở rộng No 'More' Yahoo!
Tải xuống các tệp mở rộng No 'More' Yahoo! dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | No 'More' Yahoo! |
ID | ffaekjgjkmoggbcpminlabhekpdadagl |
URL Chính Thức | https://chromewebstore.google.com/detail/no-more-yahoo/ffaekjgjkmoggbcpminlabhekpdadagl |
Mô tả | Directly opens external links on Yahoo main page (http://www.yahoo.com) in new tab without clicking the 'Read More' button. |
Kích Thước Tệp | 3.85 KB |
Số Lần Cài Đặt | 24 |
Phiên Bản Hiện Tại | 0.11 |
Cập Nhật Lần Cuối | 2016-10-12 |
Ngày Phát Hành | 2016-10-11 |
Nhà Phát Triển | Mingyi Liu |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } ] } |