HIGH NOON notifier
Informs you when it is HIGH NOON
What is HIGH NOON notifier?
HIGH NOON notifier is a Chrome extension developed by vshanmugamdev, and its main feature is "Informs you when it is HIGH NOON".
Extension Screenshots
Download HIGH NOON notifier Extension CRX File
Download HIGH NOON notifier 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
Says "its high noon" at 12:00:00 pm
Extension Basic Information
Name | |
ID | eomdpggeicpijoebflhnepbhbpkhmlhn |
Official URL | https://chrome.google.com/webstore/detail/high-noon-notifier/eomdpggeicpijoebflhnepbhbpkhmlhn |
Description | Informs you when it is HIGH NOON |
File Size | 81.98 KB |
Installation Count | 107 |
Current Version | 1.0.2 |
Last Updated | 2016-11-13 |
Publish Date | 2016-11-13 |
Rating | 5.00/5 Total 17 Ratings |
Developer | vshanmugamdev |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "HIGH NOON notifier", "description": "Informs you when it is HIGH NOON", "version": "1.0.2", "background": { "page": "mypopup.html" }, "browser_action": { "default_popup": "mypopup.html" }, "icons": { "48": "cb.png" }, "permissions": [] } |