Persona 4 - Weather News

A Google Chrome extension that makes your New Tab page display the weather news in the style of Persona 4.

O que é Persona 4 - Weather News?

Persona 4 - Weather News é uma extensão do Chrome desenvolvida por Educorreia932, e sua principal característica é "A Google Chrome extension that makes your New Tab page display the weather news in the style of Persona 4.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Persona 4 - Weather News

Baixe arquivos de extensão Persona 4 - Weather News 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

                        Make your New Tab page display the weather news in the style of Persona 4                    

Informações Básicas da Extensão

Nome Persona 4 - Weather News Persona 4 - Weather News
ID ajkjjidmajhngmhaelbfbnngnldhmghh
URL Oficial https://chromewebstore.google.com/detail/persona-4-weather-news/ajkjjidmajhngmhaelbfbnngnldhmghh
Descrição A Google Chrome extension that makes your New Tab page display the weather news in the style of Persona 4.
Tamanho do Arquivo 6.65 MB
Contagem de Instalações 389
Versão Atual 0.0.3
Última Atualização 2021-09-30
Data de Publicação 2021-09-22
Classificação 4.40/5 Total de 5 Avaliações
Desenvolvedor Educorreia932
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Persona 4 - Weather News",
    "version": "0.0.3",
    "description": "A Google Chrome extension that makes your New Tab page display the weather news in the style of Persona 4.",
    "author": "Educorreia932",
    "chrome_url_overrides": {
        "newtab": "\/index.html"
    },
    "permissions": [
        "geolocation"
    ],
    "icons": [],
    "background": {
        "script": [
            "background.js"
        ]
    }
}