Weatherly
Weather extension to stay up to date.
O que é Weatherly?
Weatherly é uma extensão do Chrome desenvolvida por https://erlend.ee, e sua principal característica é "Weather extension to stay up to date.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Weatherly
Baixe arquivos de extensão Weatherly no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Weatherly |
ID | inogoogkkgnejkjmdhkepafkmblgoapl |
URL Oficial | https://chromewebstore.google.com/detail/weatherly/inogoogkkgnejkjmdhkepafkmblgoapl |
Descrição | Weather extension to stay up to date. |
Tamanho do Arquivo | 1.09 MB |
Contagem de Instalações | 11 |
Versão Atual | 0.1.0 |
Última Atualização | 2020-10-25 |
Data de Publicação | 2020-10-21 |
Classificação | 1.00/5 Total de 1 Avaliações |
Desenvolvedor | https://erlend.ee |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://www.erlend.ee |
Idiomas Suportados | 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'" } |