Vue release watcher

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

Vue release watcher là gì?

Vue release watcher là một tiện ích mở rộng Chrome được phát triển bởi noveo.prod, và tính năng chính của nó là "A Chrome extension that notifies you about latest Vue ecosystem releases. Developed by Noveo: https://noveogroup.com".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Vue release watcher

Tải xuống các tệp mở rộng Vue release watcher dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Vue release watcher Vue release watcher
ID chlpkdngmkodeiijgfajeppmegomlaph
URL Chính Thức https://chromewebstore.google.com/detail/vue-release-watcher/chlpkdngmkodeiijgfajeppmegomlaph
Mô tả A Chrome extension that notifies you about latest Vue ecosystem releases. Developed by Noveo: https://noveogroup.com
Kích Thước Tệp 820 KB
Số Lần Cài Đặt 180
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2021-05-30
Ngày Phát Hành 2021-05-30
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển noveo.prod
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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'"
}