Notify My Android
Sends a link to the currently visited page as a push notification to your Android device.
Co to jest Notify My Android?
Notify My Android to rozszerzenie Chrome opracowane przez https://notifymyandroid.com, a jego główną funkcją jest „Sends a link to the currently visited page as a push notification to your Android device.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Notify My Android
Pobierz pliki rozszerzeń Notify My Android w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | mmgnghlgdajmnflfaebklmmlkkeehbbb |
| Oficjalny URL | https://chromewebstore.google.com/detail/notify-my-android/mmgnghlgdajmnflfaebklmmlkkeehbbb |
| Opis | Sends a link to the currently visited page as a push notification to your Android device. |
| Rozmiar pliku | 87.68 KB |
| Liczba instalacji | 308 |
| Aktualna Wersja | 0.3 |
| Ostatnia Aktualizacja | 2012-09-16 |
| Data Publikacji | 2012-09-15 |
| Ocena | 3.60/5 Łącznie 5 Oceny |
| Deweloper | https://notifymyandroid.com |
| Typ Płatności | free |
| Obsługiwane Języki | 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:\/\/*\/"
]
} | |