Lively4 Loader
Loads the Lively 4 system into any website
Hvad er Lively4 Loader?
Lively4 Loader er en Chrome-udvidelse udviklet af jenslincke, og dens hovedfunktion er "Loads the Lively 4 system into any website".
Udvidelsesskærmbilleder
Download Lively4 Loader-udvidelses-CRX-fil
Download Lively4 Loader-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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æggende oplysninger om udvidelsen
| Navn | |
| ID | nolpicfdelklinibcdldjhajakffhhom |
| Officiel URL | https://chromewebstore.google.com/detail/lively4-loader/nolpicfdelklinibcdldjhajakffhhom |
| Beskrivelse | Loads the Lively 4 system into any website |
| Filstørrelse | 458 KB |
| Antal Installationer | 23 |
| Nuværende Version | 0.2.7 |
| Senest Opdateret | 2017-10-12 |
| Udgivelsesdato | 2017-10-12 |
| Udvikler | jenslincke |
| Betalingsmetode | free |
| Udvidelseswebsted | https://livelykernel.github.io/lively4-core/ |
| Hjælpeside-URL | https://github.com/LivelyKernel/lively4-chrome-loader |
| Understøttede Sprog | 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:\/\/*\/*"
]
}
]
} | |