Persona 4 - Weather News

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

Что такое Persona 4 - Weather News?

Persona 4 - Weather News - это расширение Chrome, разработанное Educorreia932, и его основная функция - "A Google Chrome extension that makes your New Tab page display the weather news in the style of Persona 4.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Persona 4 - Weather News

Скачайте файлы расширений Persona 4 - Weather News в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

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

Основная информация о расширении

Название Persona 4 - Weather News Persona 4 - Weather News
ID ajkjjidmajhngmhaelbfbnngnldhmghh
Официальный URL https://chromewebstore.google.com/detail/persona-4-weather-news/ajkjjidmajhngmhaelbfbnngnldhmghh
Описание A Google Chrome extension that makes your New Tab page display the weather news in the style of Persona 4.
Размер файла 6.65 MB
Количество установок 389
Текущая Версия 0.0.3
Последнее Обновление 2021-09-30
Дата публикации 2021-09-22
Рейтинг 4.40/5 Всего 5 оценок
Разработчик Educorreia932
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки 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"
        ]
    }
}