Sketch and Paint Plus!

Draw, paint, doodle, add text and emojis on browser tabs. Then save your creative art and decorations to share later.

Sketch and Paint Plus!란 무엇입니까?

Sketch and Paint Plus!은(는) KomplexExtensions에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Draw, paint, doodle, add text and emojis on browser tabs. Then save your creative art and decorations to share later."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Sketch and Paint Plus! 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Sketch and Paint Plus is a writing, sketching and painting extension for your Chrome™ browser tab.

Explore your creativity and customize any website tab by adding text, emojis, lines, or add a dash of color with the marker or highlighter tools to get the picture perfect tab.

When you’re done, download your artistic creations as screenshots with the download tool.

Features:

* Color Picker: Select a color for the text and line.
* Marker/Pencil tool: Draw or paint anything with the selected color and point size.
* Spray paint tool: Spray your tabs with any color you desire.
* Text and Emoji tool: Add text and fun emojis to your tabs to enhance your creativity.
* Eraser: Erase some or all of your drawings or text.
* Screenshot/Download: Save your sketch, shapes, or creations to your computer.
* Lines (hold Shift): Create adjoining lines for your shapes.
* Undo tool: Either click the buttons, or use the keyboard shortcut (CTRL+Z or CMD+Z) to undo as many times as you like to make it picture perfect).

——————————
According to the rules of the Chrome™ Web Store, this extension will not work on the store pages, new tab and home page.
Please open any other website (for example, google.com) after installing this extension to start having fun!                    

확장 프로그램 기본 정보

이름 Sketch and Paint Plus! Sketch and Paint Plus!
ID oiaflgidamnacconnnjgdljpdmdfilli
공식 URL https://chromewebstore.google.com/detail/sketch-and-paint-plus/oiaflgidamnacconnnjgdljpdmdfilli
설명 Draw, paint, doodle, add text and emojis on browser tabs. Then save your creative art and decorations to share later.
파일 크기 452 KB
설치 횟수 1,020
현재 버전 0.0.0.2
최근 업데이트 2021-11-27
출시 날짜 2021-10-25
평점 5.00/5 총 4 개의 평점
개발자 KomplexExtensions
이메일 [email protected]
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Sketch and Paint Plus!",
    "description": "Draw, paint, doodle, add text and emojis on browser tabs. Then save your creative art and decorations to share later.",
    "version": "0.0.0.2",
    "manifest_version": 3,
    "offline_enabled": true,
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "icons": {
        "48": ".\/assets\/icon48.png",
        "128": ".\/assets\/icon128.png"
    },
    "action": {
        "default_icon": ".\/assets\/icon128.png",
        "default_title": "Sketch and Paint Plus!"
    },
    "background": {
        "service_worker": "background.js",
        "matches": [
            ""
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "\/assets\/*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}