MET Cast

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

Co to jest MET Cast?

MET Cast to rozszerzenie Chrome opracowane przez MET Media Lab, a jego główną funkcją jest „Enjoy the Metropolitan Museum of Art's online collection based on the weather in your location”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia MET Cast

Pobierz pliki rozszerzeń MET Cast w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa MET Cast MET Cast
ID jkkabihhhicobnelkfaagnedkcbfoehk
Oficjalny URL https://chromewebstore.google.com/detail/met-cast/jkkabihhhicobnelkfaagnedkcbfoehk
Opis Enjoy the Metropolitan Museum of Art's online collection based on the weather in your location
Rozmiar pliku 84.52 KB
Liczba instalacji 185
Aktualna Wersja 1.0.6
Ostatnia Aktualizacja 2016-08-12
Data Publikacji 2016-08-12
Ocena 5.00/5 Łącznie 3 Oceny
Deweloper MET Media Lab
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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
}