Lively4 Loader

Loads the Lively 4 system into any website

什麼是Lively4 Loader?

Lively4 Loader是由jenslincke開發的Chrome擴展程式,該擴展的主要功能是“Loads the Lively 4 system into any website”。

擴展截圖

screenshot

下載Lively4 Loader擴展crx文件

下載Lively4 Loader擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 Lively4 Loader Lively4 Loader
ID nolpicfdelklinibcdldjhajakffhhom
官方網址 https://chromewebstore.google.com/detail/lively4-loader/nolpicfdelklinibcdldjhajakffhhom
簡介 Loads the Lively 4 system into any website
檔案大小 458 KB
安裝次數 23
目前版本 0.2.7
更新時間 2017-10-12
上架時間 2017-10-12
開發者 jenslincke
付費類型 free
擴展官網 https://livelykernel.github.io/lively4-core/
說明頁面URL https://github.com/LivelyKernel/lively4-chrome-loader
支援的語言 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:\/\/*\/*"
            ]
        }
    ]
}