Outline Chrome Extension
Add an outline style and see the boundaries of every HTML element without affecting the layout (sizing or positioning).
Apa itu Outline Chrome Extension?
Outline Chrome Extension adalah ekstensi Chrome yang dikembangkan oleh Alejandro Zepeda, dan fitur utamanya adalah "Add an outline style and see the boundaries of every HTML element without affecting the layout (sizing or positioning).".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Outline Chrome Extension
Unduh file ekstensi Outline Chrome Extension dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Outline Chrome Extension |
ID | gkakhdblgdnbknpibnflepnhcpmpohnm |
URL Resmi | https://chromewebstore.google.com/detail/outline-chrome-extension/gkakhdblgdnbknpibnflepnhcpmpohnm |
Deskripsi | Add an outline style and see the boundaries of every HTML element without affecting the layout (sizing or positioning). |
Ukuran File | 12.84 KB |
Jumlah Instalasi | 3,151 |
Versi Saat Ini | 0.1.0 |
Terakhir Diperbarui | 2022-06-16 |
Tanggal Publikasi | 2019-04-26 |
Penilaian | 5.00/5 Total 7 Penilaian |
Pengembang | Alejandro Zepeda |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/alejandrozepeda/outline-chrome-extension |
Bahasa yang Didukung | 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": [ " |