Weatherly
Weather extension to stay up to date.
Wat is Weatherly?
Weatherly is een Chrome-extensie ontwikkeld door https://erlend.ee, en de belangrijkste functie is "Weather extension to stay up to date.".
Extensie Screenshots
Download het CRX-bestand van de extensie Weatherly
Download Weatherly-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
Check your weather and forecast with this simple little extension. It automatically detects your location and pulls the relevant weather data for your easy use.
Basisinformatie over de Extensie
Naam | Weatherly |
ID | inogoogkkgnejkjmdhkepafkmblgoapl |
Officiële URL | https://chromewebstore.google.com/detail/weatherly/inogoogkkgnejkjmdhkepafkmblgoapl |
Beschrijving | Weather extension to stay up to date. |
Bestandsgrootte | 1.09 MB |
Aantal Installaties | 11 |
Huidige Versie | 0.1.0 |
Laatst Bijgewerkt | 2020-10-25 |
Publicatiedatum | 2020-10-21 |
Beoordeling | 1.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | https://erlend.ee |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://www.erlend.ee |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Weatherly", "homepage_url": "http:\/\/www.erlend.ee", "description": "Weather extension to stay up to date.", "default_locale": "en", "permissions": [ "geolocation" ], "icons": { "15": "icons\/logo1.png", "30": "icons\/logo2.png", "60": "icons\/logo3.png" }, "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "browser_action": { "default_popup": "popup.html", "default_title": "Weatherly", "default_icon": { "15": "icons\/logo1.png", "30": "icons\/logo2.png" } }, "version": "0.1.0", "content_security_policy": "script-src 'self' ; object-src 'self'" } |