Yahoo雅虎香港首頁
打開瀏覽器閱讀每日焦點新聞! 此附加元件會自動將 hk.yahoo.com 設定為您的首頁及新分頁預設頁面.
Yahoo雅虎香港首頁とは何ですか?
Yahoo雅虎香港首頁はypartnerpublisher-6によって開発されたChromeの拡張機能で、その主な機能は「打開瀏覽器閱讀每日焦點新聞! 此附加元件會自動將 hk.yahoo.com 設定為您的首頁及新分頁預設頁面.」です。
拡張機能のスクリーンショット
Yahoo雅虎香港首頁拡張機能のCRXファイルをダウンロード
Yahoo雅虎香港首頁拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
即睇最新頭條,重大新聞!安裝此擴充功能之後,將「Yahoo!」設定為您的首頁。
在 Yahoo! 首頁,您可以一覽即時重要社會新聞、國際新知、娛樂消息、生活資訊;而使用其他Yahoo! 服務也變得更容易,如:Yahoo! 新聞、Yahoo! 財經、Yahoo! 搜尋、Yahoo! Mail等等,探索您感興趣的事物。
您更可以加入 Yahoo! 會員計劃,天天累積點數,免費兌換禮物、美食、優惠券,著數多多!
安裝此擴充功能之後,並在 Chrome 瀏覽器打開新分頁,您將看到「是否要變更這個頁面嗎?」請按下【保留】,盡享 Yahoo! 帶給你的優質服務。 拡張機能の基本情報
| 名前 | |
| ID | jnonffcmmbiocalflodeefdjpinijmde |
| 公式URL | https://chromewebstore.google.com/detail/yahoo%E9%9B%85%E8%99%8E%E9%A6%99%E6%B8%AF%E9%A6%96%E9%A0%81/jnonffcmmbiocalflodeefdjpinijmde |
| 説明 | 打開瀏覽器閱讀每日焦點新聞! 此附加元件會自動將 hk.yahoo.com 設定為您的首頁及新分頁預設頁面. |
| ファイルサイズ | 849 KB |
| インストール数 | 10,000 |
| 現在のバージョン | 3.0.6 |
| 最終更新日 | 2023-07-04 |
| 公開日 | 2021-07-28 |
| 開発者 | ypartnerpublisher-6 |
| Eメール | [email protected] |
| 支払い方法 | free |
| プライバシーポリシーページのURL | https://legal.yahoo.com/us/en/yahoo/privacy/index.html |
| 対応言語 | zh-TW |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"chrome_url_overrides": {
"newtab": "ui\/homepage.html"
},
"manifest_version": 3,
"default_locale": "zh_TW",
"name": "__MSG_homepage_chrome_extension_name__",
"description": "__MSG_homepage_chrome_extension_description__",
"version": "3.0.6",
"permissions": [
"tabs",
"storage",
"cookies",
"alarms",
"declarativeNetRequestWithHostAccess"
],
"host_permissions": [
"*:\/\/*.yahoo.com\/*"
],
"background": {
"service_worker": "background.js"
},
"icons": {
"128": "icons\/icon-128.png"
},
"action": {
"default_icon": {
"64": "icons\/icon-64.png"
}
},
"content_scripts": [
{
"matches": [
"*:\/\/www.yahoo.com\/*",
"*:\/\/us.yahoo.com\/*"
],
"js": [
"components\/front\/index.js",
"ui\/notifyPresence.js"
],
"css": [
"components\/front\/index.css"
]
}
],
"web_accessible_resources": [
{
"resources": [
"components\/front\/open-cta@3x.*.png",
"components\/front\/open-cta-hover@3x.*.png",
"components\/front\/close@3x.*.png",
"components\/front\/close-over@3x.*.png",
"components\/front\/yahoo-icon@3x.*.png",
"components\/front\/mlb.*.png",
"components\/front\/nfl.*.png",
"components\/front\/nhl.*.png",
"components\/front\/nba.*.png"
],
"matches": [
"*:\/\/www.yahoo.com\/*",
"*:\/\/us.yahoo.com\/*"
]
}
]
} | |