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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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';"
    }
}