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