Vue release watcher
A Chrome extension that notifies you about latest Vue ecosystem releases. Developed by Noveo: https://noveogroup.com
Co to jest Vue release watcher?
Vue release watcher to rozszerzenie Chrome opracowane przez noveo.prod, a jego główną funkcją jest „A Chrome extension that notifies you about latest Vue ecosystem releases. Developed by Noveo: https://noveogroup.com”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Vue release watcher
Pobierz pliki rozszerzeń Vue release watcher w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Extensions to watch for new releases Vue / Vuex / Vue-router / Nuxt Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | chlpkdngmkodeiijgfajeppmegomlaph |
| Oficjalny URL | https://chromewebstore.google.com/detail/vue-release-watcher/chlpkdngmkodeiijgfajeppmegomlaph |
| Opis | A Chrome extension that notifies you about latest Vue ecosystem releases. Developed by Noveo: https://noveogroup.com |
| Rozmiar pliku | 820 KB |
| Liczba instalacji | 180 |
| Aktualna Wersja | 1.0.1 |
| Ostatnia Aktualizacja | 2021-05-30 |
| Data Publikacji | 2021-05-30 |
| Ocena | 5.00/5 Łącznie 2 Oceny |
| Deweloper | noveo.prod |
| [email protected] | |
| Typ Płatności | free |
| Obsługiwane Języki | 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'"
} | |