Chatty Weather

This extension will chat with you about the weather

Chatty Weatherとは何ですか?

Chatty Weatherはchattyweatherによって開発されたChromeの拡張機能で、その主な機能は「This extension will chat with you about the weather」です。

拡張機能のスクリーンショット

screenshot

Chatty Weather拡張機能のCRXファイルをダウンロード

Chatty Weather拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Your friendly weather extension.                    

拡張機能の基本情報

名前 Chatty Weather Chatty Weather
ID kmkjddohbekfajbhmggnbpcgppgldnjh
公式URL https://chrome.google.com/webstore/detail/chatty-weather/kmkjddohbekfajbhmggnbpcgppgldnjh
説明 This extension will chat with you about the weather
ファイルサイズ 79.46 KB
インストール数 93
現在のバージョン 0.0.1
最終更新日 2016-09-06
公開日 2016-09-06
評価 4.00/5 合計 3 レビュー
開発者 chattyweather
支払い方法 free
対応言語 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"
    ]
}