simple-debug.css

Debug your layouts with one line of CSS and a single click.

Vad är simple-debug.css?

simple-debug.css är en Chrome-tillägg utvecklad av https://chrisnager.com, och dess huvudfunktion är "Debug your layouts with one line of CSS and a single click.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner simple-debug.css-förlängningens CRX-fil

Ladda ner simple-debug.css-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn simple-debug.css simple-debug.css
ID jlkgkebpphmaiemciejnmgccejccnpha
Officiell webbadress https://chromewebstore.google.com/detail/simple-debugcss/jlkgkebpphmaiemciejnmgccejccnpha
Beskrivning Debug your layouts with one line of CSS and a single click.
Filstorlek 9.15 KB
Antal Installationer 1,946
Aktuell Version 1.0
Senast Uppdaterad 2015-01-23
Publiceringsdatum 2015-01-23
Betyg 4.71/5 Totalt 14 Betyg
Utvecklare https://chrisnager.com
Betalningssätt free
Tilläggswebbplats https://github.com/chrisnager/simple-debug.css
Hjälpsida URL https://github.com/chrisnager/simple-debug.css
Stödda Språk 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"
    }
}