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".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Vue release watcher
قم بتنزيل ملفات الامتداد Vue release watcher بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Extensions to watch for new releases Vue / Vuex / Vue-router / Nuxt
معلومات أساسية عن التمديد
الاسم | 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'" } |