CSS debug alignment
Add background-color on all elements to debug css alignment
What is CSS debug alignment?
CSS debug alignment is a Chrome extension developed by http://sutterlity.fr, and its main feature is "Add background-color on all elements to debug css alignment".
Extension Screenshots
Download CSS debug alignment Extension CRX File
Download CSS debug alignment extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Add background-color on all elements to debug css alignment. Extension Basic Information
| Name | |
| ID | kokeihndgocdlgibnibeabeljjgehadj |
| Official URL | https://chrome.google.com/webstore/detail/css-debug-alignment/kokeihndgocdlgibnibeabeljjgehadj |
| Description | Add background-color on all elements to debug css alignment |
| File Size | 16.94 KB |
| Installation Count | 760 |
| Current Version | 2.1 |
| Last Updated | 2017-10-05 |
| Publish Date | 2017-10-05 |
| Rating | 5.00/5 Total 5 Ratings |
| Developer | http://sutterlity.fr |
| [email protected] | |
| Payment Type | free |
| Supported Languages | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "CSS debug alignment",
"description": "Add background-color on all elements to debug css alignment",
"version": "2.1",
"permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"browser_action": {
"default_title": "CSS debug alignment",
"default_icon": "img\/icon.png",
"default_popup": "index.html"
},
"icons": {
"16": "img\/icon_16.png",
"48": "img\/icon_48.png",
"128": "img\/icon_128.png"
}
} | |