Quick Inspect Element

Quickly inspect HTML elements with a simple mouse hover.

Quick Inspect Elementคืออะไร?

Quick Inspect Element เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Dat Hoang และคุณลักษณะหลักของมันคือ "Quickly inspect HTML elements with a simple mouse hover."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Quick Inspect Element

ดาวน์โหลดไฟล์ส่วนขยาย Quick Inspect Element ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Simplify your web development workflow with Quick Inspect Element!

Ever wished you could inspect HTML elements swiftly without the hassle of opening DevTools? Now you can! The extension lets you dive deep into website elements effortlessly, allowing you to streamline your workflow and boost productivity.

**********

Setup:

- Install the extension from the Chrome Web Store.

- Open the extension from browser toolbar and login with your Google account.

- Hover on the element while holding Ctrl-key to quickly inspect the element.

**********

Key Features:

- Boost productivity: Speed up your development process by eliminating the need to open DevTools every time you want to inspect an element.

- Inline CSS editing: Quickly edit and experiment with element CSS. 

- Native interface: Enjoy the user interface that you already love in Chrome DevTools.

**********

Install Quick Inspect Element now and revolutionize your web development experience!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Quick Inspect Element Quick Inspect Element
ID dohlilhbkbmfjnaaeieffljfccgbcdoc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/quick-inspect-element/dohlilhbkbmfjnaaeieffljfccgbcdoc
คำอธิบาย Quickly inspect HTML elements with a simple mouse hover.
ขนาดไฟล์ 358 KB
จำนวนการติดตั้ง 492
เวอร์ชันปัจจุบัน 1.0.4
อัปเดตครั้งล่าสุด 2023-11-14
วันที่เผยแพร่ 2023-11-08
คะแนน 5.00/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา Dat Hoang
อีเมล [email protected]
ประเภทการชำระเงิน in_app
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Quick Inspect Element",
    "version": "1.0.4",
    "description": "Quickly inspect HTML elements with a simple mouse hover.",
    "icons": {
        "32": "images\/icons\/icon-32.png",
        "48": "images\/icons\/icon-48.png",
        "128": "images\/icons\/icon-128.png"
    },
    "action": {
        "default_icon": "images\/icons\/icon-32.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "css": [
                "styles\/content.scss"
            ],
            "js": [
                "scripts\/vendor.js",
                "scripts\/content.js"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ]
        }
    ],
    "background": {
        "service_worker": "scripts\/background.js"
    },
    "permissions": [
        "storage",
        "identity"
    ],
    "oauth2": {
        "client_id": "959348519275-0ppf2qf56gt11mu4lruubkh46cfgotd8.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email"
        ]
    }
}