Show CSS Outline Style

Show the outline of all the elements that exist on the page.

Co to jest Show CSS Outline Style?

Show CSS Outline Style to rozszerzenie Chrome opracowane przez https://blog.mitsuruog.info, a jego główną funkcją jest „Show the outline of all the elements that exist on the page.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Show CSS Outline Style

Pobierz pliki rozszerzeń Show CSS Outline Style 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

                        Show the outline of all the elements that exist on the page.                    

Podstawowe informacje o rozszerzeniu

Nazwa Show CSS Outline Style Show CSS Outline Style
ID dfokncajfigoddlhjenapaleiefcldoh
Oficjalny URL https://chromewebstore.google.com/detail/show-css-outline-style/dfokncajfigoddlhjenapaleiefcldoh
Opis Show the outline of all the elements that exist on the page.
Rozmiar pliku 18.41 KB
Liczba instalacji 366
Aktualna Wersja 0.1.2
Ostatnia Aktualizacja 2021-11-26
Data Publikacji 2020-06-25
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper https://blog.mitsuruog.info
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/mitsuruog/show-css-outline-style
Adres URL Strony Pomocy https://github.com/mitsuruog/show-css-outline-style/issues
Obsługiwane Języki en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "0.1.2",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "assets\/icons\/Icon-16.png",
        "128": "assets\/icons\/Icon-128.png"
    },
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": [],
    "default_locale": "ja"
}