Umbrella Check

This extension will remind you to bring umbrella

Cos'è Umbrella Check?

Umbrella Check è un'estensione di Chrome sviluppata da Guan, e la sua funzione principale è "This extension will remind you to bring umbrella".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Umbrella Check

Scarica i file di estensione Umbrella Check in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Click to check if you need to bring your umbrella                    

Informazioni di Base sull'Estensione

Nome Umbrella Check Umbrella Check
ID apfmenbmncbojjljimedeeobbodhopce
URL Ufficiale https://chrome.google.com/webstore/detail/umbrella-check/apfmenbmncbojjljimedeeobbodhopce
Descrizione This extension will remind you to bring umbrella
Dimensione del File 39.64 KB
Conteggio Installazioni 10
Versione Corrente 1.2
Ultimo Aggiornamento 2016-08-12
Data di Pubblicazione 2016-08-12
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Guan
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}