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