Chatty Weather

This extension will chat with you about the weather

What is Chatty Weather?

Chatty Weather is a Chrome extension developed by chattyweather, and its main feature is "This extension will chat with you about the weather".

Extension Screenshots

screenshot

Download Chatty Weather Extension CRX File

Download Chatty Weather extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Your friendly weather extension.                    

Extension Basic Information

Name Chatty Weather Chatty Weather
ID kmkjddohbekfajbhmggnbpcgppgldnjh
Official URL https://chrome.google.com/webstore/detail/chatty-weather/kmkjddohbekfajbhmggnbpcgppgldnjh
Description This extension will chat with you about the weather
File Size 79.46 KB
Installation Count 93
Current Version 0.0.1
Last Updated 2016-09-06
Publish Date 2016-09-06
Rating 4.00/5 Total 3 Ratings
Developer chattyweather
Payment Type free
Supported Languages 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"
    ]
}