Chatty Weather
This extension will chat with you about the weather
Vad är Chatty Weather?
Chatty Weather är en Chrome-tillägg utvecklad av chattyweather, och dess huvudfunktion är "This extension will chat with you about the weather".
Tilläggsskärmbilder
Ladda ner Chatty Weather-förlängningens CRX-fil
Ladda ner Chatty Weather-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Your friendly weather extension.
Grundläggande Information om Tillägg
Namn | |
ID | kmkjddohbekfajbhmggnbpcgppgldnjh |
Officiell webbadress | https://chrome.google.com/webstore/detail/chatty-weather/kmkjddohbekfajbhmggnbpcgppgldnjh |
Beskrivning | This extension will chat with you about the weather |
Filstorlek | 79.46 KB |
Antal Installationer | 93 |
Aktuell Version | 0.0.1 |
Senast Uppdaterad | 2016-09-06 |
Publiceringsdatum | 2016-09-06 |
Betyg | 4.00/5 Totalt 3 Betyg |
Utvecklare | chattyweather |
Betalningssätt | free |
Stödda Språk | 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" ] } |