Red Border Chrome Extension
Debug HTML/CSS by adding red outline to all elements
Red Border Chrome Extensionとは何ですか?
Red Border Chrome Extensionはadnjooによって開発されたChromeの拡張機能で、その主な機能は「Debug HTML/CSS by adding red outline to all elements」です。
拡張機能のスクリーンショット
Red Border Chrome Extension拡張機能のCRXファイルをダウンロード
Red Border Chrome Extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
                        Debug HTML/CSS by drawing a red border around web page elements.
v0.0.3
- updated to manifest 3
- show on/off in icon
v0.0.0.2 
-fixed some bugs on the button                     拡張機能の基本情報
| 名前 |  | 
| ID | cgbdhepdbbcdfdlopicohifabajofjbg | 
| 公式URL | https://chromewebstore.google.com/detail/red-border-chrome-extensi/cgbdhepdbbcdfdlopicohifabajofjbg | 
| 説明 | Debug HTML/CSS by adding red outline to all elements | 
| ファイルサイズ | 6.3 KB | 
| インストール数 | 843 | 
| 現在のバージョン | 0.0.3 | 
| 最終更新日 | 2023-12-05 | 
| 公開日 | 2021-06-10 | 
| 評価 | 5.00/5 合計 4 レビュー | 
| 開発者 | adnjoo | 
| Eメール | [email protected] | 
| 支払い方法 | free | 
| 拡張機能のウェブサイト | https://github.com/andrewnjoo/RedBorderChromeExtension | 
| ヘルプページのURL | https://github.com/andrewnjoo/RedBorderChromeExtension/issues | 
| 対応言語 | en | 
| manifest.json | |
| {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Red Border Chrome Extension",
    "description": "Debug HTML\/CSS by adding red outline to all elements",
    "version": "0.0.3",
    "icons": {
        "16": ".\/images\/icon.png"
    },
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "action": {
        "default_icon": {
            "16": ".\/images\/icon.png"
        }
    },
    "background": {
        "service_worker": "bg.js"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+B",
                "mac": "Command+B"
            }
        }
    }
} | |