Vue release watcher
A Chrome extension that notifies you about latest Vue ecosystem releases. Developed by Noveo: https://noveogroup.com
Apa itu Vue release watcher?
Vue release watcher adalah ekstensi Chrome yang dikembangkan oleh noveo.prod, dan fitur utamanya adalah "A Chrome extension that notifies you about latest Vue ecosystem releases. Developed by Noveo: https://noveogroup.com".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Vue release watcher
Unduh file ekstensi Vue release watcher dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Extensions to watch for new releases Vue / Vuex / Vue-router / Nuxt
Informasi Dasar Ekstensi
Nama | Vue release watcher |
ID | chlpkdngmkodeiijgfajeppmegomlaph |
URL Resmi | https://chromewebstore.google.com/detail/vue-release-watcher/chlpkdngmkodeiijgfajeppmegomlaph |
Deskripsi | A Chrome extension that notifies you about latest Vue ecosystem releases. Developed by Noveo: https://noveogroup.com |
Ukuran File | 820 KB |
Jumlah Instalasi | 180 |
Versi Saat Ini | 1.0.1 |
Terakhir Diperbarui | 2021-05-30 |
Tanggal Publikasi | 2021-05-30 |
Penilaian | 5.00/5 Total 2 Penilaian |
Pengembang | noveo.prod |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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'" } |