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 |
公式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:\/\/*\/" ] } |