simple-debug.css
Debug your layouts with one line of CSS and a single click.
What is simple-debug.css?
simple-debug.css is a Chrome extension developed by https://chrisnager.com, and its main feature is "Debug your layouts with one line of CSS and a single click.".
Extension Screenshots
Download simple-debug.css Extension CRX File
Download simple-debug.css 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
This extension injects simple-debug.css's one line of CSS into the current page, adding outlines and a sense of depth to the page's elements, to make debugging the page layout easier.
Extension Basic Information
Name | simple-debug.css |
ID | jlkgkebpphmaiemciejnmgccejccnpha |
Official URL | https://chromewebstore.google.com/detail/simple-debugcss/jlkgkebpphmaiemciejnmgccejccnpha |
Description | Debug your layouts with one line of CSS and a single click. |
File Size | 9.15 KB |
Installation Count | 1,946 |
Current Version | 1.0 |
Last Updated | 2015-01-23 |
Publish Date | 2015-01-23 |
Rating | 4.71/5 Total 14 Ratings |
Developer | https://chrisnager.com |
Payment Type | free |
Extension Website | https://github.com/chrisnager/simple-debug.css |
Help Page URL | https://github.com/chrisnager/simple-debug.css |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "simple-debug.css", "description": "Debug your layouts with one line of CSS and a single click.", "version": "1.0", "permissions": [ "activeTab" ], "background": { "scripts": [ "simple-debug.js" ], "persistent": false }, "browser_action": { "default_title": "Toggle simple-debug.css", "default_icon": { "19": "images\/toolbar-chrome.png", "38": "images\/[email protected]" } }, "icons": { "128": "icon_128.png", "16": "icon_16.png", "48": "icon_48.png" } } |