MET Cast
Enjoy the Metropolitan Museum of Art's online collection based on the weather in your location
Hvad er MET Cast?
MET Cast er en Chrome-udvidelse udviklet af MET Media Lab, og dens hovedfunktion er "Enjoy the Metropolitan Museum of Art's online collection based on the weather in your location".
Udvidelsesskærmbilleder
Download MET Cast-udvidelses-CRX-fil
Download MET Cast-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Enjoy the esteemed Metropolitan Museum of Art's online collections based on the weather in your own location! Developed and designed by EunJee Kim. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | jkkabihhhicobnelkfaagnedkcbfoehk |
| Officiel URL | https://chromewebstore.google.com/detail/met-cast/jkkabihhhicobnelkfaagnedkcbfoehk |
| Beskrivelse | Enjoy the Metropolitan Museum of Art's online collection based on the weather in your location |
| Filstørrelse | 84.52 KB |
| Antal Installationer | 185 |
| Nuværende Version | 1.0.6 |
| Senest Opdateret | 2016-08-12 |
| Udgivelsesdato | 2016-08-12 |
| Bedømmelse | 5.00/5 Samlet 3 Bedømmelser |
| Udvikler | MET Media Lab |
| [email protected] | |
| Betalingsmetode | free |
| Understøttede Sprog | 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
} | |