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 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 फ़ाइल डाउनलोड करें

crx प्रारूप में Vue release watcher एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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'"
}