Weathergirls
Let the Weathergirls show you what the weather is like out there with each new tab!
Hvad er Weathergirls?
Weathergirls er en Chrome-udvidelse udviklet af https://fathom.info, og dens hovedfunktion er "Let the Weathergirls show you what the weather is like out there with each new tab!".
Udvidelsesskærmbilleder
Download Weathergirls-udvidelses-CRX-fil
Download Weathergirls-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
Know what to wear for the weather with the Weathergirls Chrome extension made by Fathom Information Design Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | febjnmbhehpkkddkolebbbeojbokkmng |
| Officiel URL | https://chromewebstore.google.com/detail/weathergirls/febjnmbhehpkkddkolebbbeojbokkmng |
| Beskrivelse | Let the Weathergirls show you what the weather is like out there with each new tab! |
| Filstørrelse | 833 KB |
| Antal Installationer | 23 |
| Nuværende Version | 1.0 |
| Senest Opdateret | 2017-12-18 |
| Udgivelsesdato | 2017-12-18 |
| Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
| Udvikler | https://fathom.info |
| [email protected] | |
| Betalingsmetode | free |
| Understøttede Sprog | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Weathergirls",
"description": "Let the Weathergirls show you what the weather is like out there with each new tab!",
"version": "1.0",
"incognito": "split",
"chrome_url_overrides": {
"newtab": "girls.html"
},
"short_name": "Weathergirls",
"permissions": [
"geolocation",
"https:\/\/*.fathom.info\/"
],
"content_security_policy": "script-src 'self' https:\/\/use.fontawesome.com https:\/\/api.forecast.io https:\/\/weathergirls.fathom.info; object-src 'self'",
"manifest_version": 2,
"icons": {
"38": "icon.png",
"128": "icon128.png",
"144": "icon144.png"
}
} | |