simple-debug.css

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

Co to jest simple-debug.css?

simple-debug.css to rozszerzenie Chrome opracowane przez https://chrisnager.com, a jego główną funkcją jest „Debug your layouts with one line of CSS and a single click.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia simple-debug.css

Pobierz pliki rozszerzeń simple-debug.css w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa simple-debug.css simple-debug.css
ID jlkgkebpphmaiemciejnmgccejccnpha
Oficjalny URL https://chromewebstore.google.com/detail/simple-debugcss/jlkgkebpphmaiemciejnmgccejccnpha
Opis Debug your layouts with one line of CSS and a single click.
Rozmiar pliku 9.15 KB
Liczba instalacji 1,946
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2015-01-23
Data Publikacji 2015-01-23
Ocena 4.71/5 Łącznie 14 Oceny
Deweloper https://chrisnager.com
Typ Płatności free
Strona Rozszerzenia https://github.com/chrisnager/simple-debug.css
Adres URL Strony Pomocy https://github.com/chrisnager/simple-debug.css
Obsługiwane Języki 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"
    }
}