Remix Labs - Chrome Extension

Chrome extension runtime for flows built with the Remix platform

Cos'è Remix Labs - Chrome Extension?

Remix Labs - Chrome Extension è un'estensione di Chrome sviluppata da Remix Labs, e la sua funzione principale è "Chrome extension runtime for flows built with the Remix platform".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Remix Labs - Chrome Extension

Scarica i file di estensione Remix Labs - Chrome Extension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Chrome extension runtime for flows built with the Remix platform                    

Informazioni di Base sull'Estensione

Nome Remix Labs - Chrome Extension Remix Labs - Chrome Extension
ID chcpkplefjhcnpeihnfepchgmdhbjeng
URL Ufficiale https://chromewebstore.google.com/detail/remix-labs-chrome-extensi/chcpkplefjhcnpeihnfepchgmdhbjeng
Descrizione Chrome extension runtime for flows built with the Remix platform
Dimensione del File 845 KB
Conteggio Installazioni 48
Versione Corrente 4.2.6
Ultimo Aggiornamento 2023-09-13
Data di Pubblicazione 2020-06-24
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Remix Labs
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://remixlabs.com/
URL della Pagina della Politica sulla Privacy https://remixlabs.com/privacy.html
Lingue Supportate 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';"
    }
}