Reset Style Sheet Highlighter

Indicates use of common reset style sheets.

What is Reset Style Sheet Highlighter?

Reset Style Sheet Highlighter is a Chrome extension developed by https://meiert.com, and its main feature is "Indicates use of common reset style sheets.".

Extension Screenshots

screenshot

Download Reset Style Sheet Highlighter Extension CRX File

Download Reset Style Sheet Highlighter 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

                        (More information: https://meiert.com/en/blog/exposing-reset-style-sheets/.)                    

Extension Basic Information

Name Reset Style Sheet Highlighter Reset Style Sheet Highlighter
ID lnekfhlkfibaamhifbfmcobiglhcbmbl
Official URL https://chromewebstore.google.com/detail/reset-style-sheet-highlig/lnekfhlkfibaamhifbfmcobiglhcbmbl
Description Indicates use of common reset style sheets.
File Size 179 KB
Installation Count 42
Current Version 1.6.5
Last Updated 2022-10-06
Publish Date 2017-10-11
Rating 3.00/5 Total 2 Ratings
Developer https://meiert.com
Email [email protected]
Payment Type free
Extension Website https://github.com/j9t/reset-style-sheet-highlighter
Help Page URL https://meiert.com/en/contact/
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "reset.css"
            ]
        }
    ],
    "description": "Indicates use of common reset style sheets.",
    "homepage_url": "https:\/\/github.com\/j9t\/reset-style-sheet-highlighter",
    "icons": {
        "16": "reset.s.png",
        "48": "reset.m.png",
        "128": "reset.l.png"
    },
    "manifest_version": 3,
    "name": "Reset Style Sheet Highlighter",
    "version": "1.6.5"
}