Outline Chrome Extension
Add an outline style and see the boundaries of every HTML element without affecting the layout (sizing or positioning).
什么是Outline Chrome Extension?
Outline Chrome Extension是由Alejandro Zepeda开发的Chrome扩展程序,该扩展的主要功能是“Add an outline style and see the boundaries of every HTML element without affecting the layout (sizing or positioning).”。
扩展截图
下载Outline Chrome Extension扩展crx文件
下载Outline Chrome Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension will help you to add an outline style and see the boundaries of every HTML element without affecting the layout (sizing or positioning), it's great for web design, or just to verify that your HTML + CSS code is working as expected.
扩展基本信息
名称 | Outline Chrome Extension |
ID | gkakhdblgdnbknpibnflepnhcpmpohnm |
官方URL | https://chromewebstore.google.com/detail/outline-chrome-extension/gkakhdblgdnbknpibnflepnhcpmpohnm |
简介 | Add an outline style and see the boundaries of every HTML element without affecting the layout (sizing or positioning). |
文件大小 | 12.84 KB |
安装次数 | 3,151 |
当前版本 | 0.1.0 |
更新时间 | 2022-06-16 |
上架时间 | 2019-04-26 |
评分 | 5.00/5 共7次评分 |
开发者 | Alejandro Zepeda |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/alejandrozepeda/outline-chrome-extension |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Outline Chrome Extension", "version": "0.1.0", "author": "Alejandro Zepeda", "description": "Add an outline style and see the boundaries of every HTML element without affecting the layout (sizing or positioning).", "manifest_version": 2, "homepage_url": "https:\/\/github.com\/alejandrozepeda\/outline-chrome-extension", "icons": { "128": "icons\/outline.png" }, "browser_action": { "default_icon": "icons\/outline-black.png" }, "content_scripts": [ { "matches": [ " |