Chatty Weather
This extension will chat with you about the weather
Hvad er Chatty Weather?
Chatty Weather er en Chrome-udvidelse udviklet af chattyweather, og dens hovedfunktion er "This extension will chat with you about the weather".
Udvidelsesskærmbilleder
Download Chatty Weather-udvidelses-CRX-fil
Download Chatty Weather-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Your friendly weather extension.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | kmkjddohbekfajbhmggnbpcgppgldnjh |
Officiel URL | https://chrome.google.com/webstore/detail/chatty-weather/kmkjddohbekfajbhmggnbpcgppgldnjh |
Beskrivelse | This extension will chat with you about the weather |
Filstørrelse | 79.46 KB |
Antal Installationer | 93 |
Nuværende Version | 0.0.1 |
Senest Opdateret | 2016-09-06 |
Udgivelsesdato | 2016-09-06 |
Bedømmelse | 4.00/5 Samlet 3 Bedømmelser |
Udvikler | chattyweather |
Betalingsmetode | free |
Understøttede Sprog | 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" ] } |