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
公式URL 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:\/\/*\/*"
            ]
        }
    ]
}