Chatty Weather
This extension will chat with you about the weather
Co to jest Chatty Weather?
Chatty Weather to rozszerzenie Chrome opracowane przez chattyweather, a jego główną funkcją jest „This extension will chat with you about the weather”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Chatty Weather
Pobierz pliki rozszerzeń Chatty Weather 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
Your friendly weather extension.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | kmkjddohbekfajbhmggnbpcgppgldnjh |
Oficjalny URL | https://chrome.google.com/webstore/detail/chatty-weather/kmkjddohbekfajbhmggnbpcgppgldnjh |
Opis | This extension will chat with you about the weather |
Rozmiar pliku | 79.46 KB |
Liczba instalacji | 93 |
Aktualna Wersja | 0.0.1 |
Ostatnia Aktualizacja | 2016-09-06 |
Data Publikacji | 2016-09-06 |
Ocena | 4.00/5 Łącznie 3 Oceny |
Deweloper | chattyweather |
Typ Płatności | free |
Obsługiwane Języki | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Chatty Weather", "version": "0.0.1", "manifest_version": 2, "description": "This extension will chat with you about the weather", "homepage_url": "https:\/\/chattyweather.herokuapp.com", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "browser_action": { "default_icon": "icons\/icon19.png", "default_title": "Chatty Weather", "default_popup": "popup.html" }, "permissions": [ "geolocation" ] } |