Umbrella Check

This extension will remind you to bring umbrella

Wat is Umbrella Check?

Umbrella Check is een Chrome-extensie ontwikkeld door Guan, en de belangrijkste functie is "This extension will remind you to bring umbrella".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Umbrella Check

Download Umbrella Check-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Click to check if you need to bring your umbrella                    

Basisinformatie over de Extensie

Naam Umbrella Check Umbrella Check
ID apfmenbmncbojjljimedeeobbodhopce
Officiële URL https://chrome.google.com/webstore/detail/umbrella-check/apfmenbmncbojjljimedeeobbodhopce
Beschrijving This extension will remind you to bring umbrella
Bestandsgrootte 39.64 KB
Aantal Installaties 10
Huidige Versie 1.2
Laatst Bijgewerkt 2016-08-12
Publicatiedatum 2016-08-12
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Guan
Betalingswijze free
Ondersteunde Talen 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"
    ]
}