Umbrella Check

This extension will remind you to bring umbrella

What is Umbrella Check?

Umbrella Check is a Chrome extension developed by Guan, and its main feature is "This extension will remind you to bring umbrella".

Extension Screenshots

screenshot

Download Umbrella Check Extension CRX File

Download Umbrella Check 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

                        Click to check if you need to bring your umbrella                    

Extension Basic Information

Name Umbrella Check Umbrella Check
ID apfmenbmncbojjljimedeeobbodhopce
Official URL https://chrome.google.com/webstore/detail/umbrella-check/apfmenbmncbojjljimedeeobbodhopce
Description This extension will remind you to bring umbrella
File Size 39.64 KB
Installation Count 10
Current Version 1.2
Last Updated 2016-08-12
Publish Date 2016-08-12
Rating 5.00/5 Total 1 Ratings
Developer Guan
Payment Type free
Supported Languages 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"
    ]
}