By: Bartek Igielski
Inspect and view changes in Alpine.js DevTools Pro source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 3,
"name": "Alpine.js DevTools Pro",
"description": "DevTools extension for debugging Alpine.js applications.",
"version": "1.1.3",
"icons": {
"16": "icons/16.png",
"32": "icons/32.png",
"48": "icons/48.png",
"128": "icons/128.png"
},
"permissions": [
"scripting",
"storage"
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
},
"host_permissions": [
"https://*/*",
"http://*/*"
],
"web_accessible_resources": [
{
"matches": [
"https://*/*",
"http://*/*"
],
"resources": [
"detector.js",
"proxy.js",
"inspector.js"
]
}
],
"browser_specific_settings": {
"gecko": {
"id": "@alpinejs-devtools-pro",
"data_collection_permissions": {
"required": [
"authenticationInfo"
],
"optional": [
"personallyIdentifyingInfo",
"technicalAndInteraction"
]
}
}
},
"background": {
"scripts": [
"background.js"
]
},
"devtools_page": "devtools.html",
"content_scripts": [
{
"matches": [
"http://*/*",
"https://*/*"
],
"run_at": "document_start",
"js": [
"content-scripts/content.js"
],
"world": "ISOLATED"
}
]
} Best Alpine.js DevTools Pro Alternatives
Here are some Firefox add-ons that are similar to Alpine.js DevTools Pro:
Alpine.js devtools
Hugo
Ext JS 3 DevTools
3axapp
Vue.js devtools
Vue.js
Vue.js devtools
f'z'y
Angular DevTools
Angular
Preact Developer Tools
Marvin Hagemeister
JSDebugPro
Sunwin20
Apollo Client Devtools
Apollo Team
PixiJS Devtools
Bob Fanger
Svelte Devtools
RedHatter271