Fulcro Inspect
Fulcro is a development framework that uses React and CLJS. This extension adds ability to track Fulcro DB, transactions and network
Cos'è Fulcro Inspect?
Fulcro Inspect è un'estensione di Chrome sviluppata da wsscode, e la sua funzione principale è "Fulcro is a development framework that uses React and CLJS. This extension adds ability to track Fulcro DB, transactions and network".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Fulcro Inspect
Scarica i file di estensione Fulcro Inspect in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Inspect Fulcro apps from your Chrome devtools! Informazioni di Base sull'Estensione
| Nome | |
| ID | meeijplnfjcihnhkpanepcaffklobaal |
| URL Ufficiale | https://chromewebstore.google.com/detail/fulcro-inspect/meeijplnfjcihnhkpanepcaffklobaal |
| Descrizione | Fulcro is a development framework that uses React and CLJS. This extension adds ability to track Fulcro DB, transactions and network |
| Dimensione del File | 1.15 MB |
| Conteggio Installazioni | 954 |
| Versione Corrente | 3.0.5 |
| Ultimo Aggiornamento | 2021-07-02 |
| Data di Pubblicazione | 2020-05-30 |
| Valutazione | 5.00/5 Totale 11 Valutazioni |
| Sviluppatore | wsscode |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://github.com/fulcrologic/fulcro-inspect |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"description": "Fulcro is a development framework that uses React and CLJS. This extension adds ability to track Fulcro DB, transactions and network",
"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",
"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": [
" | |