Outline Chrome Extension
Add an outline style and see the boundaries of every HTML element without affecting the layout (sizing or positioning).
Was ist Outline Chrome Extension?
Outline Chrome Extension ist eine Chrome-Erweiterung, die von Alejandro Zepeda entwickelt wurde, und ihr Hauptmerkmal ist "Add an outline style and see the boundaries of every HTML element without affecting the layout (sizing or positioning).".
Erweiterungsscreenshots
Outline Chrome Extension-Erweiterungs-CRX-Datei herunterladen
Laden Sie Outline Chrome Extension-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Outline Chrome Extension |
ID | gkakhdblgdnbknpibnflepnhcpmpohnm |
Offizielle URL | https://chromewebstore.google.com/detail/outline-chrome-extension/gkakhdblgdnbknpibnflepnhcpmpohnm |
Beschreibung | Add an outline style and see the boundaries of every HTML element without affecting the layout (sizing or positioning). |
Dateigröße | 12.84 KB |
Installationsanzahl | 3,151 |
Aktuelle Version | 0.1.0 |
Letztes Update | 2022-06-16 |
Veröffentlichungsdatum | 2019-04-26 |
Bewertung | 5.00/5 Insgesamt 7 Bewertungen |
Entwickler | Alejandro Zepeda |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/alejandrozepeda/outline-chrome-extension |
Unterstützte Sprachen | 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": [ " |