Raining?

Learn if it's raining outside.

Raining?とは何ですか?

Raining?はHasan Tayyar BESIKによって開発されたChromeの拡張機能で、その主な機能は「Learn if it's raining outside.」です。

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

screenshot

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

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

拡張機能の使用方法

                                            

拡張機能の基本情報

名前 Raining? Raining?
ID monlelcleimbbbdmplonkokafdodknom
公式URL https://chrome.google.com/webstore/detail/raining/monlelcleimbbbdmplonkokafdodknom
説明 Learn if it's raining outside.
ファイルサイズ 39.77 KB
インストール数 28
現在のバージョン 1.1
最終更新日 2013-11-26
公開日 2013-11-26
評価 4.67/5 合計 3 レビュー
開発者 Hasan Tayyar BESIK
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Raining?",
    "description": "Learn if it's raining outside.",
    "version": "1.1",
    "icons": {
        "128": "icon.png"
    },
    "permissions": [
        "geolocation",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "http:\/\/rainy-today.appspot.com\/*",
        "https:\/\/rainy-today.appspot.com\/*"
    ],
    "browser_action": {
        "default_title": "Is it raining now?",
        "default_icon": "icon.png",
        "icons": [
            "icon.png"
        ],
        "default_popup": "popup.html"
    },
    "background": {
        "page": "background.html"
    }
}