Laser Eyes

Outline every element on your website with the help of Laser Eyes

Apa itu Laser Eyes?

Laser Eyes adalah ekstensi Chrome yang dikembangkan oleh https://layerworks.com, dan fitur utamanya adalah "Outline every element on your website with the help of Laser Eyes".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Laser Eyes

Unduh file ekstensi Laser Eyes 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

                        An extension that aids Front-end Developers by visualizing elements in the DOM. Activating Laser Eyes will inject custom CSS onto the current tab, allowing developers to see how elements align and stack up. By using the CSS "outline" property, as opposed to "border", the elements won't grow in size and the original alignment is preserved. The CSS that Laser Eyes injects is customizable and synced across multiple browsers.                    

Informasi Dasar Ekstensi

Nama Laser Eyes Laser Eyes
ID kfpknakmpilhdaoiecgelegmbadacmod
URL Resmi https://chromewebstore.google.com/detail/laser-eyes/kfpknakmpilhdaoiecgelegmbadacmod
Deskripsi Outline every element on your website with the help of Laser Eyes
Ukuran File 28.72 KB
Jumlah Instalasi 295
Versi Saat Ini 1.0
Terakhir Diperbarui 2022-02-24
Tanggal Publikasi 2022-02-24
Penilaian 5.00/5 Total 1 Penilaian
Pengembang https://layerworks.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/dthunziker/laser-eyes
URL Halaman Bantuan https://github.com/dthunziker/laser-eyes
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Laser Eyes",
    "description": "Outline every element on your website with the help of Laser Eyes",
    "version": "1.0",
    "manifest_version": 3,
    "icons": {
        "16": "img\/16.png",
        "32": "img\/32.png",
        "48": "img\/48.png",
        "128": "img\/128.png"
    },
    "action": {
        "default_icon": {
            "16": "img\/16.png",
            "32": "img\/32.png",
            "48": "img\/48.png",
            "128": "img\/128.png"
        }
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "options_page": "options.html",
    "permissions": [
        "storage",
        "activeTab",
        "scripting"
    ]
}