Lively4 Loader
Loads the Lively 4 system into any website
Vad är Lively4 Loader?
Lively4 Loader är en Chrome-tillägg utvecklad av jenslincke, och dess huvudfunktion är "Loads the Lively 4 system into any website".
Tilläggsskärmbilder
Ladda ner Lively4 Loader-förlängningens CRX-fil
Ladda ner Lively4 Loader-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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
Grundläggande Information om Tillägg
Namn | Lively4 Loader |
ID | nolpicfdelklinibcdldjhajakffhhom |
Officiell webbadress | https://chromewebstore.google.com/detail/lively4-loader/nolpicfdelklinibcdldjhajakffhhom |
Beskrivning | Loads the Lively 4 system into any website |
Filstorlek | 458 KB |
Antal Installationer | 23 |
Aktuell Version | 0.2.7 |
Senast Uppdaterad | 2017-10-12 |
Publiceringsdatum | 2017-10-12 |
Utvecklare | jenslincke |
Betalningssätt | free |
Tilläggswebbplats | https://livelykernel.github.io/lively4-core/ |
Hjälpsida URL | https://github.com/LivelyKernel/lively4-chrome-loader |
Stödda Språk | 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:\/\/*\/*" ] } ] } |