Notify My Android
Sends a link to the currently visited page as a push notification to your Android device.
什么是Notify My Android?
Notify My Android是由https://notifymyandroid.com开发的Chrome扩展程序,该扩展的主要功能是“Sends a link to the currently visited page as a push notification to your Android device.”。
扩展截图
下载Notify My Android扩展crx文件
下载Notify My Android扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
NMA is a platform that allows you to delivery push notifications from virtually any application to your Android device.
This is a Chrome Extension that allows you to quickly send push notifications to your phone with the URL or a quick text that you just copied and want to have it on your phone. 扩展基本信息
| 名称 | |
| ID | mmgnghlgdajmnflfaebklmmlkkeehbbb |
| 官方URL | https://chromewebstore.google.com/detail/notify-my-android/mmgnghlgdajmnflfaebklmmlkkeehbbb |
| 简介 | Sends a link to the currently visited page as a push notification to your Android device. |
| 文件大小 | 87.68 KB |
| 安装次数 | 308 |
| 当前版本 | 0.3 |
| 更新时间 | 2012-09-16 |
| 上架时间 | 2012-09-15 |
| 评分 | 3.60/5 共5次评分 |
| 开发者 | https://notifymyandroid.com |
| 付费类型 | free |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Notify My Android",
"version": "0.3",
"manifest_version": 2,
"description": "Sends a link to the currently visited page as a push notification to your Android device.",
"icons": {
"128": "assets\/icon128.png",
"96": "assets\/icon96.png"
},
"content_scripts": [
{
"js": [
"js\/getSelection.js"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
]
}
],
"browser_action": {
"default_icon": "assets\/icon19.png",
"default_title": "NotifyMyAndroid",
"default_popup": "html\/popup.html"
},
"options_page": "fancy-settings\/index.html",
"background": {
"scripts": [
"fancy-settings\/lib\/store.js",
"js\/background.js"
]
},
"permissions": [
"tabs",
"http:\/\/*\/",
"https:\/\/*\/"
]
} | |