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.
擴展基本資訊
名稱 | Notify My Android |
ID | mmgnghlgdajmnflfaebklmmlkkeehbbb |
官方網址 | 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:\/\/*\/" ] } |