Chatty Weather

This extension will chat with you about the weather

Qu'est-ce que Chatty Weather ?

Chatty Weather est une extension Chrome développée par chattyweather, et sa fonction principale est "This extension will chat with you about the weather".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Chatty Weather

Téléchargez les fichiers d'extension Chatty Weather au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Your friendly weather extension.                    

Informations de Base sur l'Extension

Nom Chatty Weather Chatty Weather
ID kmkjddohbekfajbhmggnbpcgppgldnjh
URL Officiel https://chrome.google.com/webstore/detail/chatty-weather/kmkjddohbekfajbhmggnbpcgppgldnjh
Description This extension will chat with you about the weather
Taille du Fichier 79.46 KB
Nombre d'Installations 93
Version Actuelle 0.0.1
Dernière Mise à Jour 2016-09-06
Date de Publication 2016-09-06
Évaluation 4.00/5 Total 3 Évaluations
Développeur chattyweather
Type de Paiement free
Langues Prises en Charge 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"
    ]
}