Box Borders
Adds Red Borders to all Boxes on the Page
Apa itu Box Borders?
Box Borders adalah ekstensi Chrome yang dikembangkan oleh davidnbooth, dan fitur utamanya adalah "Adds Red Borders to all Boxes on the Page".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Box Borders
Unduh file ekstensi Box Borders 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
Adds red borders to all of the elements on the page. Useful for web development and debugging the layout of your page.
Informasi Dasar Ekstensi
Nama | Box Borders |
ID | fjdkmkjlnhchckdbmdfbhkofmjdkhfig |
URL Resmi | https://chromewebstore.google.com/detail/box-borders/fjdkmkjlnhchckdbmdfbhkofmjdkhfig |
Deskripsi | Adds Red Borders to all Boxes on the Page |
Ukuran File | 7.91 KB |
Jumlah Instalasi | 67 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2021-03-30 |
Tanggal Publikasi | 2021-03-30 |
Pengembang | davidnbooth |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Box Borders", "description": "Adds Red Borders to all Boxes on the Page", "version": "1.0", "manifest_version": 3, "permissions": [ "activeTab", "scripting" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "\/images\/icon16.png", "32": "\/images\/icon32.png", "48": "\/images\/icon48.png", "128": "\/images\/icon128.png" } }, "icons": { "16": "\/images\/icon16.png", "32": "\/images\/icon32.png", "48": "\/images\/icon48.png", "128": "\/images\/icon128.png" } } |