Weather

Simply stunning weather app for your blank tabs. Watch the weather !

Weatherとは何ですか?

Weatherはjkrivdaによって開発されたChromeの拡張機能で、その主な機能は「Simply stunning weather app for your blank tabs. Watch the weather !」です。

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

screenshot

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

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

拡張機能の使用方法

                        BETA version of weather - more features coming soon - change location (currently by IP adress) , swich to measure units *C / *F, background picture change.                    

拡張機能の基本情報

名前 Weather Weather
ID ldaehkabacdcppmcdlebjjhbibhobmdn
公式URL https://chrome.google.com/webstore/detail/weather/ldaehkabacdcppmcdlebjjhbibhobmdn
説明 Simply stunning weather app for your blank tabs. Watch the weather !
ファイルサイズ 1.16 MB
インストール数 472
現在のバージョン 0.2
最終更新日 2015-09-22
公開日 2015-09-22
評価 2.50/5 合計 2 レビュー
開発者 jkrivda
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Weather",
    "short_name": "Weather for your blank tab",
    "description": "Simply stunning weather app for your blank tabs. Watch the weather !",
    "version": "0.2",
    "permissions": [
        "history",
        "tabs",
        "https:\/\/*\/*",
        "http:\/\/fonts.googleapis.com\/*"
    ],
    "background": {
        "scripts": [
            "js\/jquery-1.10.2.min.js",
            "js\/index.js",
            "js\/modernizr.js",
            "js\/prefixfree.min.js"
        ]
    },
    "content_security_policy": "style-src 'self' 'unsafe-inline' http:\/\/fonts.googleapis.com; script-src 'self' https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/jquery.simpleWeather\/3.0.2\/ https:\/\/codepen.io\/assets\/libs\/fullpage\/ https:\/\/query.yahooapis.com\/v1\/public\/;  default-src 'self';font-src http:\/\/fonts.gstatic.com\/s\/opensans\/v13\/ https:\/\/s3-us-west-2.amazonaws.com\/s.cdpn.io\/93\/   object-src 'self'",
    "chrome_url_overrides": {
        "newtab": "index.html"
    }
}