Web Dev Kit

Tools to facilitate web development

Web Dev Kit란 무엇입니까?

Web Dev Kit은(는) james south에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Tools to facilitate web development"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Web Dev Kit 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Every browser window can of course be minimized, maximized and restored down to its previous size.  Web Dev Kit augments those native options with two more (so far): dock in either the left or right half of the screen (I intend to expand these options soon).  Great for web development or coding along to tutorials!

Just click the icon to open the menu and then click the left or right arrow!  

Currently there are no options and no special permissions are required.

Promotional art includes laptop image (minus screen image and shadow) and Stout Scarab image by Pixabay users janjf93 and Mark Thomas, respectively.  All other elements either public domain or original.

This is an open source project and you can see the code and file issues here:

https://github.com/jamessouth/webdevkit

Thank you!                    

확장 프로그램 기본 정보

이름 Web Dev Kit Web Dev Kit
ID geedfiohcopjhgancckdfanhobhfbgmm
공식 URL https://chromewebstore.google.com/detail/web-dev-kit/geedfiohcopjhgancckdfanhobhfbgmm
설명 Tools to facilitate web development
파일 크기 29.1 KB
설치 횟수 40
현재 버전 1.0.1
최근 업데이트 2019-05-10
출시 날짜 2019-05-10
개발자 james south
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/jamessouth/webdevkit
도움말 페이지 URL https://github.com/jamessouth/webdevkit/issues
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Web Dev Kit",
    "short_name": "Web Dev Kit",
    "version": "1.0.1",
    "description": "Tools to facilitate web development",
    "permissions": [
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icons\/wdk16.png",
            "32": "icons\/wdk32.png",
            "48": "icons\/wdk48.png",
            "128": "icons\/wdk128.png"
        }
    },
    "icons": {
        "16": "icons\/wdk16.png",
        "32": "icons\/wdk32.png",
        "48": "icons\/wdk48.png",
        "128": "icons\/wdk128.png"
    },
    "manifest_version": 2
}