Vue release watcher

A Chrome extension that notifies you about latest Vue ecosystem releases. Developed by Noveo: https://noveogroup.com

Что такое Vue release watcher?

Vue release watcher - это расширение Chrome, разработанное noveo.prod, и его основная функция - "A Chrome extension that notifies you about latest Vue ecosystem releases. Developed by Noveo: https://noveogroup.com".

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Vue release watcher

Скачайте файлы расширений Vue release watcher в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

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

                        Extensions to watch for new releases Vue / Vuex / Vue-router / Nuxt                    

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

Название Vue release watcher Vue release watcher
ID chlpkdngmkodeiijgfajeppmegomlaph
Официальный URL https://chromewebstore.google.com/detail/vue-release-watcher/chlpkdngmkodeiijgfajeppmegomlaph
Описание A Chrome extension that notifies you about latest Vue ecosystem releases. Developed by Noveo: https://noveogroup.com
Размер файла 820 KB
Количество установок 180
Текущая Версия 1.0.1
Последнее Обновление 2021-05-30
Дата публикации 2021-05-30
Рейтинг 5.00/5 Всего 2 оценок
Разработчик noveo.prod
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Vue release watcher",
    "description": "A Chrome extension that notifies you about latest Vue ecosystem releases. Developed by Noveo: https:\/\/noveogroup.com",
    "default_locale": "en",
    "permissions": [
        "https:\/\/api.github.com\/*",
        "alarms",
        "notifications",
        "storage"
    ],
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "Vue release watcher",
        "default_icon": {
            "19": "icons\/19.png",
            "38": "icons\/38.png"
        }
    },
    "version": "1.0.1",
    "content_security_policy": "script-src 'self' ; object-src 'self'"
}