Web Developer Tool for Chrome

Web developer toolbox for your browser.

Web Developer Tool for Chromeคืออะไร?

Web Developer Tool for Chrome เป็นส่วนขยายของ Chrome ที่พัฒนาโดย B & T และคุณลักษณะหลักของมันคือ "Web developer toolbox for your browser."

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Web Developer Tool for Chrome

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

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

                        ⬇️ Easy to set up ⬇️:

1. Install and pin📌 the extension to Chrome.
2. Get help which is only a click away whenever you need it.
3. Use this flexible, customizable add-on to keep creating wonderful projects. 🧑‍💻

✨Features ✨

1. Edit CSS function.
2. Responsive Layouts and Window Resize options.
3. Provides bug report and fix bugs. 🐞
4. Works on Chrome, Firefox, and Opera.
5. Other features include: Clear Session Cookies, Display mage File Sizes, Display Topographic Information.

A toolkit for web developers 🧑‍💻 to not make them do less necessary work and keep their focus on only great things.                    

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

ชื่อ Web Developer Tool for Chrome Web Developer Tool for Chrome
ID ghenifimhcdihapkceohjpgiabidpgji
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/web-developer-tool-for-ch/ghenifimhcdihapkceohjpgiabidpgji
คำอธิบาย Web developer toolbox for your browser.
ขนาดไฟล์ 30.89 KB
จำนวนการติดตั้ง 3,000
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2022-12-11
วันที่เผยแพร่ 2022-12-11
คะแนน 5.00/5 รวมทั้งหมด 19 คะแนน
ผู้พัฒนา B & T
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Web Developer Tool for Chrome",
    "version": "1.0.0",
    "description": "Web developer toolbox for your browser.",
    "background": {
        "service_worker": "js\/worker_wrapper.js"
    },
    "icons": {
        "16": "img\/web-settings.png",
        "32": "img\/web-settings.png",
        "48": "img\/web-settings.png",
        "128": "img\/web-settings.png"
    },
    "action": {
        "default_icon": "img\/web-settings.png",
        "default_popup": "html\/popup.html",
        "default_title": "Web Development"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "unlimitedStorage",
        "storage",
        "contentSettings",
        "scripting",
        "cookies"
    ],
    "host_permissions": [
        ""
    ]
}