Box Borders
Adds Red Borders to all Boxes on the Page
Box Bordersとは何ですか?
Box Bordersはdavidnboothによって開発されたChromeの拡張機能で、その主な機能は「Adds Red Borders to all Boxes on the Page」です。
拡張機能のスクリーンショット
Box Borders拡張機能のCRXファイルをダウンロード
Box Borders拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
                        Adds red borders to all of the elements on the page.  Useful for web development and debugging the layout of your page.                     拡張機能の基本情報
| 名前 |  | 
| ID | fjdkmkjlnhchckdbmdfbhkofmjdkhfig | 
| 公式URL | https://chromewebstore.google.com/detail/box-borders/fjdkmkjlnhchckdbmdfbhkofmjdkhfig | 
| 説明 | Adds Red Borders to all Boxes on the Page | 
| ファイルサイズ | 7.91 KB | 
| インストール数 | 67 | 
| 現在のバージョン | 1.0 | 
| 最終更新日 | 2021-03-30 | 
| 公開日 | 2021-03-30 | 
| 開発者 | davidnbooth | 
| Eメール | [email protected] | 
| 支払い方法 | free | 
| 対応言語 | en | 
| manifest.json | |
| {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Box Borders",
    "description": "Adds Red Borders to all Boxes on the Page",
    "version": "1.0",
    "manifest_version": 3,
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/icon16.png",
            "32": "\/images\/icon32.png",
            "48": "\/images\/icon48.png",
            "128": "\/images\/icon128.png"
        }
    },
    "icons": {
        "16": "\/images\/icon16.png",
        "32": "\/images\/icon32.png",
        "48": "\/images\/icon48.png",
        "128": "\/images\/icon128.png"
    }
} | |