Outline Chrome Extension
Add an outline style and see the boundaries of every HTML element without affecting the layout (sizing or positioning).
Hvad er Outline Chrome Extension?
Outline Chrome Extension er en Chrome-udvidelse udviklet af Alejandro Zepeda, og dens hovedfunktion er "Add an outline style and see the boundaries of every HTML element without affecting the layout (sizing or positioning).".
Udvidelsesskærmbilleder
Download Outline Chrome Extension-udvidelses-CRX-fil
Download Outline Chrome Extension-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | Outline Chrome Extension |
ID | gkakhdblgdnbknpibnflepnhcpmpohnm |
Officiel URL | https://chromewebstore.google.com/detail/outline-chrome-extension/gkakhdblgdnbknpibnflepnhcpmpohnm |
Beskrivelse | Add an outline style and see the boundaries of every HTML element without affecting the layout (sizing or positioning). |
Filstørrelse | 12.84 KB |
Antal Installationer | 3,151 |
Nuværende Version | 0.1.0 |
Senest Opdateret | 2022-06-16 |
Udgivelsesdato | 2019-04-26 |
Bedømmelse | 5.00/5 Samlet 7 Bedømmelser |
Udvikler | Alejandro Zepeda |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/alejandrozepeda/outline-chrome-extension |
Understøttede Sprog | 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": [ " |