HIGH NOON notifier
Informs you when it is HIGH NOON
什么是HIGH NOON notifier?
HIGH NOON notifier是由vshanmugamdev开发的Chrome扩展程序,该扩展的主要功能是“Informs you when it is HIGH NOON”。
扩展截图
下载HIGH NOON notifier扩展crx文件
下载HIGH NOON notifier扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Says "its high noon" at 12:00:00 pm
扩展基本信息
名称 | |
ID | eomdpggeicpijoebflhnepbhbpkhmlhn |
官方URL | https://chrome.google.com/webstore/detail/high-noon-notifier/eomdpggeicpijoebflhnepbhbpkhmlhn |
简介 | Informs you when it is HIGH NOON |
文件大小 | 81.98 KB |
安装次数 | 107 |
当前版本 | 1.0.2 |
更新时间 | 2016-11-13 |
上架时间 | 2016-11-13 |
评分 | 5.00/5 共17次评分 |
开发者 | vshanmugamdev |
付费类型 | free |
支持的语言 | 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": [] } |