Chatty Weather

This extension will chat with you about the weather

Cos'è Chatty Weather?

Chatty Weather è un'estensione di Chrome sviluppata da chattyweather, e la sua funzione principale è "This extension will chat with you about the weather".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Chatty Weather

Scarica i file di estensione Chatty Weather in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Your friendly weather extension.                    

Informazioni di Base sull'Estensione

Nome Chatty Weather Chatty Weather
ID kmkjddohbekfajbhmggnbpcgppgldnjh
URL Ufficiale https://chrome.google.com/webstore/detail/chatty-weather/kmkjddohbekfajbhmggnbpcgppgldnjh
Descrizione This extension will chat with you about the weather
Dimensione del File 79.46 KB
Conteggio Installazioni 93
Versione Corrente 0.0.1
Ultimo Aggiornamento 2016-09-06
Data di Pubblicazione 2016-09-06
Valutazione 4.00/5 Totale 3 Valutazioni
Sviluppatore chattyweather
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}