Lively4 Loader

Loads the Lively 4 system into any website

Wat is Lively4 Loader?

Lively4 Loader is een Chrome-extensie ontwikkeld door jenslincke, en de belangrijkste functie is "Loads the Lively 4 system into any website".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Lively4 Loader

Download Lively4 Loader-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Lively4 Loader Lively4 Loader
ID nolpicfdelklinibcdldjhajakffhhom
Officiële URL https://chromewebstore.google.com/detail/lively4-loader/nolpicfdelklinibcdldjhajakffhhom
Beschrijving Loads the Lively 4 system into any website
Bestandsgrootte 458 KB
Aantal Installaties 23
Huidige Versie 0.2.7
Laatst Bijgewerkt 2017-10-12
Publicatiedatum 2017-10-12
Ontwikkelaar jenslincke
Betalingswijze free
Extensiewebsite https://livelykernel.github.io/lively4-core/
Help Pagina-URL https://github.com/LivelyKernel/lively4-chrome-loader
Ondersteunde Talen 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:\/\/*\/*"
            ]
        }
    ]
}