Lively4 Loader
Loads the Lively 4 system into any website
O que é Lively4 Loader?
Lively4 Loader é uma extensão do Chrome desenvolvida por jenslincke, e sua principal característica é "Loads the Lively 4 system into any website".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Lively4 Loader
Baixe arquivos de extensão Lively4 Loader no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | Lively4 Loader |
ID | nolpicfdelklinibcdldjhajakffhhom |
URL Oficial | https://chromewebstore.google.com/detail/lively4-loader/nolpicfdelklinibcdldjhajakffhhom |
Descrição | Loads the Lively 4 system into any website |
Tamanho do Arquivo | 458 KB |
Contagem de Instalações | 23 |
Versão Atual | 0.2.7 |
Última Atualização | 2017-10-12 |
Data de Publicação | 2017-10-12 |
Desenvolvedor | jenslincke |
Tipo de Pagamento | free |
Site da Extensão | https://livelykernel.github.io/lively4-core/ |
URL da Página de Ajuda | https://github.com/LivelyKernel/lively4-chrome-loader |
Idiomas Suportados | 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:\/\/*\/*" ] } ] } |