Notify
Extension to notify about important staff
什么是Notify?
Notify是由Ariorh开发的Chrome扩展程序,该扩展的主要功能是“Extension to notify about important staff”。
扩展截图
下载Notify扩展crx文件
下载Notify扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Это расширение напоминалка, принципиальное отличие в том что:
когда приходит время, появляется уведомление windows которое имеет две кнопки: отложить или открыть 扩展基本信息
| 名称 | |
| ID | ckgchhbmlojfgfgapggojdkpembnmpga |
| 官方URL | https://chromewebstore.google.com/detail/notify/ckgchhbmlojfgfgapggojdkpembnmpga |
| 简介 | Extension to notify about important staff |
| 文件大小 | 148 KB |
| 安装次数 | 33 |
| 当前版本 | 0.0.2 |
| 更新时间 | 2020-06-04 |
| 上架时间 | 2020-06-03 |
| 开发者 | Ariorh |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://github.com/Ariorh1337/Notify |
| 隐私政策页面URL | http://ariorh.com/privacy.html |
| 支持的语言 | ru |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Notify",
"description": "Extension to notify about important staff",
"version": "0.0.2",
"browser_action": {
"default_popup": "popup\/main.html"
},
"icons": {
"16": "\/img\/bell.png",
"48": "\/img\/bell.png",
"128": "\/img\/bell.png"
},
"background": {
"scripts": [
"background.js"
]
},
"permissions": [
"storage",
"notifications",
"tabs"
]
} | |