MET Cast

Enjoy the Metropolitan Museum of Art's online collection based on the weather in your location

Cos'è MET Cast?

MET Cast è un'estensione di Chrome sviluppata da MET Media Lab, e la sua funzione principale è "Enjoy the Metropolitan Museum of Art's online collection based on the weather in your location".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione MET Cast

Scarica i file di estensione MET Cast 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

                        Enjoy the esteemed Metropolitan Museum of Art's online collections based on the weather in your own location! Developed and designed by EunJee Kim.                    

Informazioni di Base sull'Estensione

Nome MET Cast MET Cast
ID jkkabihhhicobnelkfaagnedkcbfoehk
URL Ufficiale https://chromewebstore.google.com/detail/met-cast/jkkabihhhicobnelkfaagnedkcbfoehk
Descrizione Enjoy the Metropolitan Museum of Art's online collection based on the weather in your location
Dimensione del File 84.52 KB
Conteggio Installazioni 185
Versione Corrente 1.0.6
Ultimo Aggiornamento 2016-08-12
Data di Pubblicazione 2016-08-12
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore MET Media Lab
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "MET Cast",
    "description": "Enjoy the Metropolitan Museum of Art's online collection based on the weather in your location",
    "version": "1.0.6",
    "incognito": "split",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "icons": {
        "16": "image\/icon_16.jpg",
        "32": "image\/icon_32.jpg",
        "48": "image\/icon_48.jpg",
        "128": "image\/icon_128.jpg"
    },
    "browser_action": {
        "popup": "shopcmp.htm"
    },
    "permissions": [
        "geolocation"
    ],
    "manifest_version": 2
}