Laser Eyes

Outline every element on your website with the help of Laser Eyes

什麼是Laser Eyes?

Laser Eyes是由https://layerworks.com開發的Chrome擴展程式,該擴展的主要功能是“Outline every element on your website with the help of Laser Eyes”。

擴展截圖

screenshot

下載Laser Eyes擴展crx文件

下載Laser Eyes擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        An extension that aids Front-end Developers by visualizing elements in the DOM. Activating Laser Eyes will inject custom CSS onto the current tab, allowing developers to see how elements align and stack up. By using the CSS "outline" property, as opposed to "border", the elements won't grow in size and the original alignment is preserved. The CSS that Laser Eyes injects is customizable and synced across multiple browsers.                    

擴展基本資訊

名稱 Laser Eyes Laser Eyes
ID kfpknakmpilhdaoiecgelegmbadacmod
官方網址 https://chromewebstore.google.com/detail/laser-eyes/kfpknakmpilhdaoiecgelegmbadacmod
簡介 Outline every element on your website with the help of Laser Eyes
檔案大小 28.72 KB
安裝次數 295
目前版本 1.0
更新時間 2022-02-24
上架時間 2022-02-24
評分 5.00/5 共 1 次評分
開發者 https://layerworks.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/dthunziker/laser-eyes
說明頁面URL https://github.com/dthunziker/laser-eyes
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Laser Eyes",
    "description": "Outline every element on your website with the help of Laser Eyes",
    "version": "1.0",
    "manifest_version": 3,
    "icons": {
        "16": "img\/16.png",
        "32": "img\/32.png",
        "48": "img\/48.png",
        "128": "img\/128.png"
    },
    "action": {
        "default_icon": {
            "16": "img\/16.png",
            "32": "img\/32.png",
            "48": "img\/48.png",
            "128": "img\/128.png"
        }
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "options_page": "options.html",
    "permissions": [
        "storage",
        "activeTab",
        "scripting"
    ]
}