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. 拡張機能の基本情報
| 名前 | |
| 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"
]
}
]
} | |