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によって開発されたChromeの拡張機能で、その主な機能は「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

Vue release watcher拡張機能のCRXファイルをダウンロード

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
Eメール [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'"
}