Web Developer Tool for Chrome

Web developer toolbox for your browser.

Web Developer Tool for Chrome란 무엇입니까?

Web Developer Tool for Chrome은(는) B & T에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Web developer toolbox for your browser."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Web Developer Tool for Chrome 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        ⬇️ 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": [
        ""
    ]
}