Show CSS Outline Style

Show the outline of all the elements that exist on the page.

Apa itu Show CSS Outline Style?

Show CSS Outline Style adalah ekstensi Chrome yang dikembangkan oleh https://blog.mitsuruog.info, dan fitur utamanya adalah "Show the outline of all the elements that exist on the page.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Show CSS Outline Style

Unduh file ekstensi Show CSS Outline Style 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

                        Show the outline of all the elements that exist on the page.                    

Informasi Dasar Ekstensi

Nama Show CSS Outline Style Show CSS Outline Style
ID dfokncajfigoddlhjenapaleiefcldoh
URL Resmi https://chromewebstore.google.com/detail/show-css-outline-style/dfokncajfigoddlhjenapaleiefcldoh
Deskripsi Show the outline of all the elements that exist on the page.
Ukuran File 18.41 KB
Jumlah Instalasi 366
Versi Saat Ini 0.1.2
Terakhir Diperbarui 2021-11-26
Tanggal Publikasi 2020-06-25
Penilaian 5.00/5 Total 2 Penilaian
Pengembang https://blog.mitsuruog.info
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/mitsuruog/show-css-outline-style
URL Halaman Bantuan https://github.com/mitsuruog/show-css-outline-style/issues
Bahasa yang Didukung en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "0.1.2",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "assets\/icons\/Icon-16.png",
        "128": "assets\/icons\/Icon-128.png"
    },
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": [],
    "default_locale": "ja"
}