Corona Go
This extension gives the main statistics of the virus based on country
Что такое Corona Go?
Corona Go - это расширение Chrome, разработанное Zentropy, и его основная функция - "This extension gives the main statistics of the virus based on country".
Снимки экрана расширения
Скачать файл CRX расширения Corona Go
Скачайте файлы расширений Corona Go в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
This extension gives you a quick overview of what's happening in terms of numbers around COVID'19 pandemic. Icon inspiration -> https://illlustrations.co/
Основная информация о расширении
Название | Corona Go |
ID | melepcmjondelpojpfnbalacgilafdfk |
Официальный URL | https://chromewebstore.google.com/detail/corona-go/melepcmjondelpojpfnbalacgilafdfk |
Описание | This extension gives the main statistics of the virus based on country |
Размер файла | 693 KB |
Количество установок | 15 |
Текущая Версия | 1.1 |
Последнее Обновление | 2020-04-25 |
Дата публикации | 2020-04-25 |
Рейтинг | 5.00/5 Всего 4 оценок |
Разработчик | Zentropy |
Тип оплаты | free |
Официальный сайт расширения | https://uxsprout.com/ |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Corona Go", "description": "This extension gives the main statistics of the virus based on country", "version": "1.1", "browser_action": { "default_popup": "index.html", "default_title": "COVID'19 Stats" }, "permissions": [], "content_security_policy": "script-src 'self' 'sha256-Oxf3ha15MFUqOEy4\/gSiQXxLFdQhxOWKcGQ8BXqW1UA='; object-src 'self'", "short_name": "React App", "icons": { "128": "Frame 4.png", "48": "Frame 3.png", "16": "Frame 2.png" } } |