Chatty Weather
This extension will chat with you about the weather
Wat is Chatty Weather?
Chatty Weather is een Chrome-extensie ontwikkeld door chattyweather, en de belangrijkste functie is "This extension will chat with you about the weather".
Extensie Screenshots
Download het CRX-bestand van de extensie Chatty Weather
Download Chatty Weather-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Your friendly weather extension.
Basisinformatie over de Extensie
Naam | |
ID | kmkjddohbekfajbhmggnbpcgppgldnjh |
Officiële URL | https://chrome.google.com/webstore/detail/chatty-weather/kmkjddohbekfajbhmggnbpcgppgldnjh |
Beschrijving | This extension will chat with you about the weather |
Bestandsgrootte | 79.46 KB |
Aantal Installaties | 93 |
Huidige Versie | 0.0.1 |
Laatst Bijgewerkt | 2016-09-06 |
Publicatiedatum | 2016-09-06 |
Beoordeling | 4.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | chattyweather |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |