Yahoo! の天気予報をすぐ確認する

Yahoo! の天気の情報を簡単に確認できます。

What is Yahoo! の天気予報をすぐ確認する?

Yahoo! の天気予報をすぐ確認する is a Chrome extension developed by kenichi, and its main feature is "Yahoo! の天気の情報を簡単に確認できます。".

Extension Screenshots

screenshot

Download Yahoo! の天気予報をすぐ確認する Extension CRX File

Download Yahoo! の天気予報をすぐ確認する 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

                        This extension is only for Japanese.

ワンクリックで、Yahoo! の天気予報にアクセスできるようになります。

クリックしなくても、マウスをボタンにのっけるだけで今日・明日の天気予報が確認できます。

表示する地域は「拡張機能」の「オプション」で選択してください。

Firefox 用アドオン「ステータスバーに Yahoo! の天気予報を」を Google Chrome 用に移植してみました。
https://addons.mozilla.jp/firefox/details/77194


[以下 2013/5/8 追記]

バージョン 1.0.1 をリリースしました。主な変更箇所は下記です。

・Chrome の仕様変更に伴う修正                    

Extension Basic Information

Name Yahoo! の天気予報をすぐ確認する Yahoo! の天気予報をすぐ確認する
ID glkioljkpdpgmlcfhndnkndaknphkgfi
Official URL https://chrome.google.com/webstore/detail/yahoo-%E3%81%AE%E5%A4%A9%E6%B0%97%E4%BA%88%E5%A0%B1%E3%82%92%E3%81%99%E3%81%90%E7%A2%BA%E8%AA%8D%E3%81%99%E3%82%8B/glkioljkpdpgmlcfhndnkndaknphkgfi
Description Yahoo! の天気の情報を簡単に確認できます。
File Size 12.26 KB
Installation Count 1,000
Current Version 1.0.1
Last Updated 2013-11-07
Publish Date 2013-11-07
Rating 3.67/5 Total 18 Ratings
Developer kenichi
Payment Type free
Extension Website https://github.com/kenichisak
Help Page URL https://github.com/kenichisak
Supported Languages ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Yahoo! \u306e\u5929\u6c17\u4e88\u5831\u3092\u3059\u3050\u78ba\u8a8d\u3059\u308b",
    "version": "1.0.1",
    "manifest_version": 2,
    "description": "Yahoo! \u306e\u5929\u6c17\u306e\u60c5\u5831\u3092\u7c21\u5358\u306b\u78ba\u8a8d\u3067\u304d\u307e\u3059\u3002",
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": ""
    },
    "background": {
        "page": "background.html"
    },
    "options_page": "options.html",
    "permissions": [
        "tabs",
        "http:\/\/rss.weather.yahoo.co.jp\/"
    ]
}