Lively4 Loader

Loads the Lively 4 system into any website

Cos'è Lively4 Loader?

Lively4 Loader è un'estensione di Chrome sviluppata da jenslincke, e la sua funzione principale è "Loads the Lively 4 system into any website".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Lively4 Loader

Scarica i file di estensione Lively4 Loader 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

                        Load Lively4 (A new lighter version of Lively Kernel) into any web page.

It can be tryed out stand alone in:

https://lively-kernel.org/lively4/lively4-core/start.html                    

Informazioni di Base sull'Estensione

Nome Lively4 Loader Lively4 Loader
ID nolpicfdelklinibcdldjhajakffhhom
URL Ufficiale https://chromewebstore.google.com/detail/lively4-loader/nolpicfdelklinibcdldjhajakffhhom
Descrizione Loads the Lively 4 system into any website
Dimensione del File 458 KB
Conteggio Installazioni 23
Versione Corrente 0.2.7
Ultimo Aggiornamento 2017-10-12
Data di Pubblicazione 2017-10-12
Sviluppatore jenslincke
Tipo di Pagamento free
Sito Web dell'Estensione https://livelykernel.github.io/lively4-core/
URL della Pagina di Aiuto https://github.com/LivelyKernel/lively4-chrome-loader
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Lively4 Loader",
    "description": "Loads the Lively 4 system into any website",
    "version": "0.2.7",
    "browser_action": {
        "default_icon": "background\/media\/icon-active.png",
        "default_popup": "ui\/popup.html"
    },
    "background": {
        "scripts": [
            "configs.js",
            "background\/eventPage.js"
        ],
        "persistent": false
    },
    "permissions": [
        "tabs",
        "activeTab",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage"
    ],
    "content_scripts": [
        {
            "js": [
                "content\/thirdparty\/jquery.min.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ]
}