提供元: Andrea Dragotta
Inspect and view changes in CSS Stacking Context inspector source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"name": "CSS Stacking Context inspector",
"version": "1.1.12",
"description": "Helps inspecting the css stacking contexts and solving the z-index war.",
"manifest_version": 2,
"background": {
"page": "background.html"
},
"devtools_page": "./views/devtools/devtools.html",
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"/scripts/content.js"
]
}
],
"permissions": [
"storage",
"http://*/*",
"https://*/*"
],
"icons": {
"16": "/assets/icon16.png",
"32": "/assets/icon32.png",
"48": "/assets/icon48.png",
"128": "/assets/icon128.png"
},
"browser_specific_settings": {
"gecko": {
"id": "{239a3710-9399-4d6e-a7ba-de533a5177fb}"
}
}
} ベストのCSS Stacking Context inspector代替案
CSS Stacking Context inspectorに類似したFirefox add-onをいくつか紹介します: