页面变化通知
页面自定义区域变化通知
What is 页面变化通知?
页面变化通知 is a Chrome extension developed by 可乐虫, and its main feature is "页面自定义区域变化通知".
Extension Screenshots
Download 页面变化通知 Extension CRX File
Download 页面变化通知 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
页面自定义区域变化通知,当页面内容发生变化,将以手机短信,邮件或通过我们的手机客户端推送的形式通知您, 手机客户端安装地址: http://citsm.sinaapp.com/client.php 使用方法: 点击图标,移动鼠标到您页面中感兴趣内容,点击,在弹出的窗口中填入通知方式即可。 更新记录: 2013-11-24 修复无法打开子窗口。 2013-11-1 修改无法关闭。 2013-2-10 新增预览。 2013-1-13 新增Andrlid,iphone推送客户端,以使通知更及时。 2012-12-09 新增上下方向键选择页面内容,按回车确定。 2012-12-09 将第一次输入的手机号和邮箱地址保存到本地存储,下次再新增时无需输入。 2012-12-09 修复只能在最后新增的tab使用的bug. 帮助与建议: @a__mang
Extension Basic Information
Name | |
ID | hgcfchpdghkbjkiegkknbhjmnaedcdbp |
Official URL | https://chrome.google.com/webstore/detail/%E9%A1%B5%E9%9D%A2%E5%8F%98%E5%8C%96%E9%80%9A%E7%9F%A5/hgcfchpdghkbjkiegkknbhjmnaedcdbp |
Description | 页面自定义区域变化通知 |
File Size | 64.19 KB |
Installation Count | 28 |
Current Version | 1.1.3 |
Last Updated | 2013-11-24 |
Publish Date | 2013-11-24 |
Developer | 可乐虫 |
Payment Type | free |
Supported Languages | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "page": "backgroundpage.html" }, "browser_action": { "default_icon": "images\/128.png", "default_title": "\u9875\u9762\u53d8\u5316\u901a\u77e5" }, "content_scripts": [ { "all_frames": false, "js": [ "core.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_end" } ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "description": "\u9875\u9762\u81ea\u5b9a\u4e49\u533a\u57df\u53d8\u5316\u901a\u77e5", "icons": { "128": "images\/128.png", "16": "images\/16.png", "48": "images\/48.png" }, "manifest_version": 2, "name": "\u9875\u9762\u53d8\u5316\u901a\u77e5", "permissions": [ "tabs", "contextMenus", "notifications", " |