Web Paint

Web Paint can draw shapes and add texts to any website. Take screenshot using Web Paint!

Web Paint란 무엇입니까?

Web Paint은(는) Web Tools에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Web Paint can draw shapes and add texts to any website. Take screenshot using Web Paint!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Web Paint app includes drawing tools and add texts to any websites. Then you can take screenshot and save to your hard drive.

Paint tools: Line tool can draw a line. Insert text into website with selected color and transparency. Eyedropper can choose color from the web. Pencil is for draw line with selected line width and color. Eraser tool erase part of drawings. App contains more paint tools.

Web Paint includes screenshot tool. Take a screenshot of current website with your drawings and save to your hard drive.

Just click on the app icon and your painting can begin!!                    

확장 프로그램 기본 정보

이름 Web Paint Web Paint
ID gennnndepkflndgcjajggdhclmghkpdl
공식 URL https://chromewebstore.google.com/detail/web-paint/gennnndepkflndgcjajggdhclmghkpdl
설명 Web Paint can draw shapes and add texts to any website. Take screenshot using Web Paint!
파일 크기 100 KB
설치 횟수 28,396
현재 버전 1.3.2
최근 업데이트 2022-11-23
출시 날짜 2021-01-08
평점 2.32/5 총 25 개의 평점
개발자 Web Tools
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": false,
        "scripts": [
            "\/lib\/jquery.min.js",
            "\/background\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": [],
        "default_title": "Web Paint"
    },
    "description": "Web Paint can draw shapes and add texts to any website. Take screenshot using Web Paint!",
    "icons": {
        "128": "images\/icon128.png",
        "16": "images\/icon16.png",
        "48": "images\/icon48.png"
    },
    "manifest_version": 2,
    "name": "Web Paint",
    "options_page": "\/background\/options.html",
    "permissions": [
        "storage",
        "activeTab"
    ],
    "short_name": "Web Paint",
    "version": "1.3.2",
    "web_accessible_resources": [
        "\/lib\/jquery.min.js"
    ]
}