Lively4 Loader

Loads the Lively 4 system into any website

Apa itu Lively4 Loader?

Lively4 Loader adalah ekstensi Chrome yang dikembangkan oleh jenslincke, dan fitur utamanya adalah "Loads the Lively 4 system into any website".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Lively4 Loader

Unduh file ekstensi Lively4 Loader dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Lively4 Loader Lively4 Loader
ID nolpicfdelklinibcdldjhajakffhhom
URL Resmi https://chromewebstore.google.com/detail/lively4-loader/nolpicfdelklinibcdldjhajakffhhom
Deskripsi Loads the Lively 4 system into any website
Ukuran File 458 KB
Jumlah Instalasi 23
Versi Saat Ini 0.2.7
Terakhir Diperbarui 2017-10-12
Tanggal Publikasi 2017-10-12
Pengembang jenslincke
Tipe Pembayaran free
Situs Ekstensi https://livelykernel.github.io/lively4-core/
URL Halaman Bantuan https://github.com/LivelyKernel/lively4-chrome-loader
Bahasa yang Didukung 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:\/\/*\/*"
            ]
        }
    ]
}