Fulcro Inspect Legacy
Fulcro Inspect for users that are developing Fulcro 2 apps.
Hvad er Fulcro Inspect Legacy?
Fulcro Inspect Legacy er en Chrome-udvidelse udviklet af wsscode, og dens hovedfunktion er "Fulcro Inspect for users that are developing Fulcro 2 apps.".
Udvidelsesskærmbilleder
Download Fulcro Inspect Legacy-udvidelses-CRX-fil
Download Fulcro Inspect Legacy-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
The legacy version of Fulcro Inspect extension. Since version 3 the Fulcro Inspect extension only works with recent versions of Fulcro. This is an old version that will remain working for users that are in Fulcro 2.
Grundlæggende oplysninger om udvidelsen
Navn | Fulcro Inspect Legacy |
ID | hfnpcmkmgllknfdbjnaoachebccnijpf |
Officiel URL | https://chromewebstore.google.com/detail/fulcro-inspect-legacy/hfnpcmkmgllknfdbjnaoachebccnijpf |
Beskrivelse | Fulcro Inspect for users that are developing Fulcro 2 apps. |
Filstørrelse | 1.15 MB |
Antal Installationer | 208 |
Nuværende Version | 1.0.21 |
Senest Opdateret | 2020-11-10 |
Udgivelsesdato | 2020-11-10 |
Udvikler | wsscode |
[email protected] | |
Betalingsmetode | free |
Hjælpeside-URL | https://github.com/fulcrologic/fulcro-inspect/issues |
Understøttede Sprog | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Fulcro Inspect for users that are developing Fulcro 2 apps.", "devtools_page": "devtools.html", "permissions": [ "file:\/\/\/*", "http:\/\/*\/*", "https:\/\/*\/*" ], "browser_action": { "default_icon": { "16": "icon-16-disabled.png", "32": "icon-32-disabled.png", "48": "icon-48-disabled.png", "128": "icon-128-disabled.png" }, "default_popup": "popups\/disabled.html" }, "name": "Fulcro Inspect Legacy", "background": { "scripts": [ "out\/shared.js", "out\/bg-shared.js", "out\/background.js" ], "persistent": false }, "externally_connectable": { "ids": [ "*" ] }, "icons": { "16": "icon-16.png", "32": "icon-32.png", "48": "icon-48.png", "128": "icon-128.png" }, "content_security_policy": "default-src 'self'; script-src 'self' 'unsafe-eval' http:\/\/localhost:9630; connect-src * data: blob: filesystem:; style-src 'self' data: chrome-extension-resource: 'unsafe-inline'; img-src 'self' data: chrome-extension-resource:; frame-src 'self' data: chrome-extension-resource:; font-src 'self' data: chrome-extension-resource:; media-src * data: blob: filesystem:;", "content_scripts": [ { "js": [ "out\/shared.js", "out\/bg-shared.js", "out\/content-script.js" ], "matches": [ " |