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”。

擴展截圖

screenshot

下載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.                    

擴展基本資訊

名稱 Box Borders Box Borders
ID fjdkmkjlnhchckdbmdfbhkofmjdkhfig
官方網址 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
電子郵箱 [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"
    }
}