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.
扩展基本信息
名称 | Yahoo! Mail Notifier |
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 |
电子邮箱 | [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\/" ] } |