Show CSS Outline Style

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

What is Show CSS Outline Style?

Show CSS Outline Style is a Chrome extension developed by https://blog.mitsuruog.info, and its main feature is "Show the outline of all the elements that exist on the page.".

Extension Screenshots

screenshot
screenshot

Download Show CSS Outline Style Extension CRX File

Download Show CSS Outline Style 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

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

Extension Basic Information

Name Show CSS Outline Style Show CSS Outline Style
ID dfokncajfigoddlhjenapaleiefcldoh
Official URL https://chromewebstore.google.com/detail/show-css-outline-style/dfokncajfigoddlhjenapaleiefcldoh
Description Show the outline of all the elements that exist on the page.
File Size 18.41 KB
Installation Count 366
Current Version 0.1.2
Last Updated 2021-11-26
Publish Date 2020-06-25
Rating 5.00/5 Total 2 Ratings
Developer https://blog.mitsuruog.info
Email [email protected]
Payment Type free
Extension Website https://github.com/mitsuruog/show-css-outline-style
Help Page URL https://github.com/mitsuruog/show-css-outline-style/issues
Supported Languages 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"
}