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
官方URL 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"
    ]
}