Yahoo! Mail Notifier
Notifies you when new emails arrived in your Yahoo! Mail box
Yahoo! Mail Notifierとは何ですか?
Yahoo! Mail Notifierはdef00111によって開発されたChromeの拡張機能で、その主な機能は「Notifies you when new emails arrived in your Yahoo! Mail box」です。
拡張機能のスクリーンショット
Yahoo! Mail Notifier拡張機能のCRXファイルをダウンロード
Yahoo! Mail Notifier拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
You must be logged into Yahoo for this add-on to work!
Warning:
Don't remove permission for "https://mail.yahoo.com/*" (the add-on won't work anymore).
How to update the add-on:
Remove old version first then install new version.
The difference between this and the other add-ons are:
This add-on only fetches a small data (kb) instead of the full page (mb) what the other add-ons are doing. For this reason, i decided to create my own notifier for Yahoo.
Icon made by Freepik from www.flaticon.com. 拡張機能の基本情報
| 名前 | |
| ID | fcdjpfkcoogpjflflpblocbgnlodfcjp |
| 公式URL | https://chromewebstore.google.com/detail/yahoo-mail-notifier/fcdjpfkcoogpjflflpblocbgnlodfcjp |
| 説明 | Notifies you when new emails arrived in your Yahoo! Mail box |
| ファイルサイズ | 51.34 KB |
| インストール数 | 10,000 |
| 現在のバージョン | 1.2.5 |
| 最終更新日 | 2023-11-28 |
| 公開日 | 2020-03-12 |
| 評価 | 2.71/5 合計 21 レビュー |
| 開発者 | def00111 |
| Eメール | [email protected] |
| 支払い方法 | free |
| ヘルプページのURL | https://github.com/def00111/yahoo-mail-notifier/issues |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"author": "def00111",
"manifest_version": 3,
"name": "Yahoo! Mail Notifier",
"version": "1.2.5",
"minimum_chrome_version": "116",
"description": "Notifies you when new emails arrived in your Yahoo! Mail box",
"icons": {
"64": "icons\/email-64.png",
"128": "icons\/email-128.png"
},
"action": {
"default_icon": {
"16": "icons\/email-16.png",
"32": "icons\/email-32.png",
"64": "icons\/email-64.png"
},
"default_title": "Yahoo! Mail Notifier"
},
"options_ui": {
"page": "options.html",
"open_in_tab": false
},
"background": {
"service_worker": "sw.js"
},
"permissions": [
"alarms",
"contextMenus",
"storage",
"declarativeNetRequest",
"tabs",
"scripting",
"cookies",
"webRequest",
"offscreen",
"notifications"
],
"optional_permissions": [
"background"
],
"host_permissions": [
"https:\/\/mail.yahoo.com\/"
]
} | |