Volar Extension

This extension allows products to create a community of users and interact with them on top of the product workspace

什麼是Volar Extension?

Volar Extension是由https://volar.team開發的Chrome擴展程式,該擴展的主要功能是“This extension allows products to create a community of users and interact with them on top of the product workspace”。

擴展截圖

screenshot

下載Volar Extension擴展crx文件

下載Volar Extension擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        This extension allows products to create a community of users and interact with them on top of the product workspace                    

擴展基本資訊

名稱 Volar Extension Volar Extension
ID bnhoabahleojonmphahepenligekpdbm
官方網址 https://chromewebstore.google.com/detail/volar-extension/bnhoabahleojonmphahepenligekpdbm
簡介 This extension allows products to create a community of users and interact with them on top of the product workspace
檔案大小 472 KB
安裝次數 53
目前版本 1.0.50
更新時間 2023-08-08
上架時間 2022-10-12
開發者 https://volar.team
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://www.volar.team/privacy-policy
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Volar",
    "description": "This extension allows products to create a community of users and interact with them on top of the product workspace",
    "name": "Volar Extension",
    "version": "1.0.50",
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icons\/16.png",
            "19": "icons\/19.png",
            "32": "icons\/32.png",
            "38": "icons\/38.png"
        },
        "default_popup": "src\/entries\/popup\/index.html"
    },
    "background": {
        "service_worker": "serviceWorker.js",
        "type": "module"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "\/fonts\/Mulish-Regular.ttf",
                "\/fonts\/Mulish-Light.ttf",
                "\/images\/not-found.png"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "assets\/src\/entries\/contentScript\/primary\/main.7ef54d7b.js",
                "assets\/bridge.aaae61fb.js",
                "assets\/swrFetcher.1af7b983.js",
                "assets\/sentry.de342e39.js",
                "assets\/main.d37c3a94.css"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "use_dynamic_url": true
        }
    ],
    "content_scripts": [
        {
            "js": [
                "src\/entries\/contentScript\/primary\/main.js"
            ],
            "all_frames": true,
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "permissions": [
        "storage",
        "tabs"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "icons": {
        "16": "icons\/16.png",
        "19": "icons\/19.png",
        "32": "icons\/32.png",
        "38": "icons\/38.png",
        "48": "icons\/48.png",
        "64": "icons\/64.png",
        "96": "icons\/96.png",
        "128": "icons\/128.png",
        "256": "icons\/256.png",
        "512": "icons\/512.png"
    }
}