Remix Labs - Chrome Extension

Chrome extension runtime for flows built with the Remix platform

什麼是Remix Labs - Chrome Extension?

Remix Labs - Chrome Extension是由Remix Labs開發的Chrome擴展程式,該擴展的主要功能是“Chrome extension runtime for flows built with the Remix platform”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載Remix Labs - Chrome Extension擴展crx文件

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

擴展使用說明

                        Chrome extension runtime for flows built with the Remix platform                    

擴展基本資訊

名稱 Remix Labs - Chrome Extension Remix Labs - Chrome Extension
ID chcpkplefjhcnpeihnfepchgmdhbjeng
官方網址 https://chromewebstore.google.com/detail/remix-labs-chrome-extensi/chcpkplefjhcnpeihnfepchgmdhbjeng
簡介 Chrome extension runtime for flows built with the Remix platform
檔案大小 845 KB
安裝次數 48
目前版本 4.2.6
更新時間 2023-09-13
上架時間 2020-06-24
評分 5.00/5 共 1 次評分
開發者 Remix Labs
電子郵箱 [email protected]
付費類型 free
擴展官網 https://remixlabs.com/
隱私政策頁面URL https://remixlabs.com/privacy.html
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "4.2.6",
    "manifest_version": 3,
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA1jt6vH6pBsRzKXzp65QV3\/iZrQ8VfuHwWhlbHOTCDuqcJHc0k1Aj7A9cAOOfPC+YoGIyJVhZW+n85Bvre3X9HJ8S3rIoS+h5ZhuuSCU50mhLnpI04X673nEKzrK2m00h3h\/8VYuA3gXrEa0gMVOch8JlXzkSBjvDWODcdw6cdfW\/TksMeXBMgwt57J0h15jyTvHSN3LUuTXW2\/wOntZNt22hMh1FwlN+3QVHcqArzDgDWJuE36pmxuGEMsNtzeHkBeTMGTBcdpPoouIWK8oy31vTqvB91YijAOZZ3ZmUaztdz7\/llb2xgjM3jyIyThlFTwPr7Azf1Fuy7H\/QppOvswIDAQAB",
    "name": "Remix Labs - Chrome Extension",
    "short_name": "Remix Labs",
    "author": "Remix Labs",
    "homepage_url": "https:\/\/remixlabs.com",
    "icons": {
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "action": {
        "default_icon": {
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png"
        },
        "default_title": "Remix Labs"
    },
    "background": {
        "service_worker": "serviceWorker.js",
        "type": "module"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "g\/**",
                "app.html",
                "wasm\/**",
                "icons\/**",
                "images\/**"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "storage",
        "tabs",
        "identity",
        "webNavigation"
    ],
    "host_permissions": [
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "sidebar.js"
            ],
            "css": [
                "styles\/sidebar.css"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';"
    }
}