Tzeva Adom
This extension shows whenever there is a Tzeva Adom
What is Tzeva Adom?
Tzeva Adom is a Chrome extension developed by Nir, and its main feature is "This extension shows whenever there is a Tzeva Adom".
Extension Screenshots
Download Tzeva Adom Extension CRX File
Download Tzeva Adom extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Shows a notification whenever there is a Tzeva Adom alarm.
Extension Basic Information
Name | |
ID | mmjpdpheplhlamjbccoahdgcbhaihjoc |
Official URL | https://chromewebstore.google.com/detail/tzeva-adom/mmjpdpheplhlamjbccoahdgcbhaihjoc |
Description | This extension shows whenever there is a Tzeva Adom |
File Size | 4.53 KB |
Installation Count | 46 |
Current Version | 0.1.2 |
Last Updated | 2015-10-21 |
Publish Date | 2015-10-21 |
Developer | Nir |
Payment Type | free |
Extension Website | https://github.com/DL8/chrome_red |
Supported Languages | 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 } } |