Umbrella Check

This extension will remind you to bring umbrella

Umbrella Checkとは何ですか?

Umbrella CheckはGuanによって開発されたChromeの拡張機能で、その主な機能は「This extension will remind you to bring umbrella」です。

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

screenshot

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

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

拡張機能の使用方法

                        Click to check if you need to bring your umbrella                    

拡張機能の基本情報

名前 Umbrella Check Umbrella Check
ID apfmenbmncbojjljimedeeobbodhopce
公式URL https://chrome.google.com/webstore/detail/umbrella-check/apfmenbmncbojjljimedeeobbodhopce
説明 This extension will remind you to bring umbrella
ファイルサイズ 39.64 KB
インストール数 10
現在のバージョン 1.2
最終更新日 2016-08-12
公開日 2016-08-12
評価 5.00/5 合計 1 レビュー
開発者 Guan
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Umbrella Check",
    "description": "This extension will remind you to bring umbrella",
    "version": "1.2",
    "browser_action": {
        "default_icon": "umbrella.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.google.com\/*",
                "http:\/\/ipinfo.io\/*",
                "https:\/\/query.yahooapis.com\/*"
            ],
            "js": [
                "jquery.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "popup.js",
            "jquery.js"
        ]
    },
    "permissions": [
        "activeTab",
        "notifications",
        "geolocation"
    ]
}