ActualWeather
Get current weather in your browser!
Wat is ActualWeather?
ActualWeather is een Chrome-extensie ontwikkeld door AdsSquared, LLC, en de belangrijkste functie is "Get current weather in your browser!".
Extensie Screenshots
Download het CRX-bestand van de extensie ActualWeather
Download ActualWeather-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Actual Weather gives you quick easy access to your weather at a glance when you open a new tab Basisinformatie over de Extensie
| Naam | |
| ID | jlalmckfngpijaibdnbphajodinicbfn |
| Officiële URL | https://chromewebstore.google.com/detail/actualweather/jlalmckfngpijaibdnbphajodinicbfn |
| Beschrijving | Get current weather in your browser! |
| Bestandsgrootte | 3.32 MB |
| Aantal Installaties | 114 |
| Huidige Versie | 0.0.2 |
| Laatst Bijgewerkt | 2023-11-03 |
| Publicatiedatum | 2023-10-10 |
| Beoordeling | 5.00/5 Totaal 21 Beoordelingen |
| Ontwikkelaar | AdsSquared, LLC |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://ActualWeather.com |
| Help Pagina-URL | https://ActualWeather.com/contact.html |
| URL van de Privacybeleid Pagina | https://adssquared.com/privacy |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "ActualWeather",
"description": "Get current weather in your browser!",
"version": "0.0.2",
"manifest_version": 3,
"icons": {
"16": "resources\/icons\/icon16.png",
"48": "resources\/icons\/icon48.png",
"128": "resources\/icons\/icon128.png"
},
"chrome_url_overrides": {
"newtab": "newtab.html"
},
"action": {
"default_popup": "newtab.html",
"default_icon": []
}
} | |