Lively4 Loader
Loads the Lively 4 system into any website
What is Lively4 Loader?
Lively4 Loader is a Chrome extension developed by jenslincke, and its main feature is "Loads the Lively 4 system into any website".
Extension Screenshots
Download Lively4 Loader Extension CRX File
Download Lively4 Loader extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Lively4 Loader |
ID | nolpicfdelklinibcdldjhajakffhhom |
Official URL | https://chromewebstore.google.com/detail/lively4-loader/nolpicfdelklinibcdldjhajakffhhom |
Description | Loads the Lively 4 system into any website |
File Size | 458 KB |
Installation Count | 23 |
Current Version | 0.2.7 |
Last Updated | 2017-10-12 |
Publish Date | 2017-10-12 |
Developer | jenslincke |
Payment Type | free |
Extension Website | https://livelykernel.github.io/lively4-core/ |
Help Page URL | https://github.com/LivelyKernel/lively4-chrome-loader |
Supported Languages | 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:\/\/*\/*" ] } ] } |