simple-debug.css
Debug your layouts with one line of CSS and a single click.
Wat is simple-debug.css?
simple-debug.css is een Chrome-extensie ontwikkeld door https://chrisnager.com, en de belangrijkste functie is "Debug your layouts with one line of CSS and a single click.".
Extensie Screenshots
Download het CRX-bestand van de extensie simple-debug.css
Download simple-debug.css-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | jlkgkebpphmaiemciejnmgccejccnpha |
| Officiële URL | https://chromewebstore.google.com/detail/simple-debugcss/jlkgkebpphmaiemciejnmgccejccnpha |
| Beschrijving | Debug your layouts with one line of CSS and a single click. |
| Bestandsgrootte | 9.15 KB |
| Aantal Installaties | 1,946 |
| Huidige Versie | 1.0 |
| Laatst Bijgewerkt | 2015-01-23 |
| Publicatiedatum | 2015-01-23 |
| Beoordeling | 4.71/5 Totaal 14 Beoordelingen |
| Ontwikkelaar | https://chrisnager.com |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/chrisnager/simple-debug.css |
| Help Pagina-URL | https://github.com/chrisnager/simple-debug.css |
| Ondersteunde Talen | 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"
}
} | |