Lively4 Loader
Loads the Lively 4 system into any website
什么是Lively4 Loader?
Lively4 Loader是由jenslincke开发的Chrome扩展程序,该扩展的主要功能是“Loads the Lively 4 system into any website”。
扩展截图
下载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 |
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:\/\/*\/*" ] } ] } |