Show CSS Outline Style

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

Show CSS Outline Styleとは何ですか?

Show CSS Outline Styleはhttps://blog.mitsuruog.infoによって開発されたChromeの拡張機能で、その主な機能は「Show the outline of all the elements that exist on the page.」です。

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

screenshot
screenshot

Show CSS Outline Style拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

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

拡張機能の基本情報

名前 Show CSS Outline Style Show CSS Outline Style
ID dfokncajfigoddlhjenapaleiefcldoh
公式URL https://chromewebstore.google.com/detail/show-css-outline-style/dfokncajfigoddlhjenapaleiefcldoh
説明 Show the outline of all the elements that exist on the page.
ファイルサイズ 18.41 KB
インストール数 366
現在のバージョン 0.1.2
最終更新日 2021-11-26
公開日 2020-06-25
評価 5.00/5 合計 2 レビュー
開発者 https://blog.mitsuruog.info
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/mitsuruog/show-css-outline-style
ヘルプページのURL https://github.com/mitsuruog/show-css-outline-style/issues
対応言語 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"
}