Reset Style Sheet Highlighter

Indicates use of common reset style sheets.

Reset Style Sheet Highlighterとは何ですか?

Reset Style Sheet Highlighterはhttps://meiert.comによって開発されたChromeの拡張機能で、その主な機能は「Indicates use of common reset style sheets.」です。

拡張機能のスクリーンショット

screenshot

Reset Style Sheet Highlighter拡張機能のCRXファイルをダウンロード

Reset Style Sheet Highlighter拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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

拡張機能の基本情報

名前 Reset Style Sheet Highlighter Reset Style Sheet Highlighter
ID lnekfhlkfibaamhifbfmcobiglhcbmbl
公式URL https://chromewebstore.google.com/detail/reset-style-sheet-highlig/lnekfhlkfibaamhifbfmcobiglhcbmbl
説明 Indicates use of common reset style sheets.
ファイルサイズ 179 KB
インストール数 42
現在のバージョン 1.6.5
最終更新日 2022-10-06
公開日 2017-10-11
評価 3.00/5 合計 2 レビュー
開発者 https://meiert.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/j9t/reset-style-sheet-highlighter
ヘルプページのURL https://meiert.com/en/contact/
対応言語 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"
}