Lively4 Loader

Loads the Lively 4 system into any website

Qu'est-ce que Lively4 Loader ?

Lively4 Loader est une extension Chrome développée par jenslincke, et sa fonction principale est "Loads the Lively 4 system into any website".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Lively4 Loader

Téléchargez les fichiers d'extension Lively4 Loader au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Lively4 Loader Lively4 Loader
ID nolpicfdelklinibcdldjhajakffhhom
URL Officiel https://chromewebstore.google.com/detail/lively4-loader/nolpicfdelklinibcdldjhajakffhhom
Description Loads the Lively 4 system into any website
Taille du Fichier 458 KB
Nombre d'Installations 23
Version Actuelle 0.2.7
Dernière Mise à Jour 2017-10-12
Date de Publication 2017-10-12
Développeur jenslincke
Type de Paiement free
Site Web de l'Extension https://livelykernel.github.io/lively4-core/
URL de la Page d'Aide https://github.com/LivelyKernel/lively4-chrome-loader
Langues Prises en Charge 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:\/\/*\/*"
            ]
        }
    ]
}