Paint Online

Create fun drawings directly on web pages using the paint tool. Take a screenshot when you want to save your work.

Paint Online란 무엇입니까?

Paint Online은(는) Paint on Tab에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Create fun drawings directly on web pages using the paint tool. Take a screenshot when you want to save your work."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Draw on the Web page, add text, make predetermined shapes, and fill in areas with color. When you want to save your work, click the camera icon to take a screenshot.

During the process of browsing websites, we sometimes need to quickly draw something over a page to mark something we would like to show someone or express our thoughts about an element. 
Usually, it would involve taking a screenshot of a given page, copying it into our favorite image editor, adding whatever we wanted to add, save and sending the result to whom we wanted to show it. Lots of time-consuming steps. Fortunately, we can simplify this process by using Paint on Tab Tool-free app dedicated to drawing over web pages.

Paint on tab tool has a simple and easy-to-use design. It is not confusing and easily recognizable icons are used in the app which makes it easy for everyone to use. 

Paint Tool is a fun extension on Google Chrome that lets you annotate any page you want and share it with your friends. Paint lets you draw on any webpage with a variety of tools to express your thoughts, make a point, or just simply edit. It is just a fun extension and you can get some laughs using this extension by creating funny faces, etc. on web pages. The plus points of Paint extension are:

- Draw on any webpage in your browser.
- Make shapes with the magic marker.
- Write with the text tool.
- Take a screenshot to share your creativeness.

Using this extension you can share your feelings about a webpage and then share it with your friends. Let me tell you how you can use the extension.

1. Download the extension.
2. Click on the extension icon on the top right.
3. Wait for a second for the page to reload.
You will see a toolbox.
4. Now annotate the web page using that toolbox.

You can mark shapes with the magic marker, write with the text tool, and more. After you are done. Take a screenshot of your work so that your friends can see your creativity as well.                    

확장 프로그램 기본 정보

이름 Paint Online Paint Online
ID ekjkklcgfckldgeihbnnckofgilnmafm
공식 URL https://chrome.google.com/webstore/detail/paint-online/ekjkklcgfckldgeihbnnckofgilnmafm
설명 Create fun drawings directly on web pages using the paint tool. Take a screenshot when you want to save your work.
파일 크기 682 KB
설치 횟수 221,486
현재 버전 1.6
최근 업데이트 2022-11-07
출시 날짜 2020-03-13
평점 3.75/5 총 72 개의 평점
개발자 Paint on Tab
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://sites.google.com/view/paintonline/home
지원되는 언어 id,ms,de,en,en-GB,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.6",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "permissions": [
        "storage",
        "activeTab",
        "scripting"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "icons": {
        "128": "\/new_icons\/logo\/128.png",
        "16": "\/new_icons\/logo\/16.png",
        "48": "\/new_icons\/logo\/48.png"
    },
    "action": {
        "default_icon": "\/new_icons\/logo\/48.png",
        "default_title": "Paint on tab"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "fonts\/*.*",
                "images\/logo_not.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "options_page": "options.html"
}