Tzeva Adom
This extension shows whenever there is a Tzeva Adom
什么是Tzeva Adom?
Tzeva Adom是由Nir开发的Chrome扩展程序,该扩展的主要功能是“This extension shows whenever there is a Tzeva Adom”。
扩展截图
下载Tzeva Adom扩展crx文件
下载Tzeva Adom扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Shows a notification whenever there is a Tzeva Adom alarm.
扩展基本信息
名称 | |
ID | mmjpdpheplhlamjbccoahdgcbhaihjoc |
官方URL | https://chromewebstore.google.com/detail/tzeva-adom/mmjpdpheplhlamjbccoahdgcbhaihjoc |
简介 | This extension shows whenever there is a Tzeva Adom |
文件大小 | 4.53 KB |
安装次数 | 46 |
当前版本 | 0.1.2 |
更新时间 | 2015-10-21 |
上架时间 | 2015-10-21 |
开发者 | Nir |
付费类型 | free |
扩展官网 | https://github.com/DL8/chrome_red |
支持的语言 | iw |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tzeva Adom", "description": "This extension shows whenever there is a Tzeva Adom", "version": "0.1.2", "permissions": [ "http:\/\/www.oref.org.il\/", "notifications" ], "background": { "page": "background.html", "persistent": true } } |