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 |
官方網址 | 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": [ " |