Paint - Drawings Easy

Use the paint extension for easy drawings. This drawings tool allows Illustrate on-screen and capture with the screenshot feature.

Paint - Drawings Easyとは何ですか?

Paint - Drawings EasyはPaint on tabによって開発されたChromeの拡張機能で、その主な機能は「Use the paint extension for easy drawings. This drawings tool allows Illustrate on-screen and capture with the screenshot feature.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Paint - Drawings Easy拡張機能のCRXファイルをダウンロード

Paint - Drawings Easy拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Use our paint extension to make drawings easy and intuitive right on your screen! Take a screenshot and showcase your creations to friends.

Sketch playful drawings or jot down ideas on web pages with the Paint extension. Easily illustrate your screen and capture it with a quick screenshot.

The classic Paint program has received an updated look and several new tools. Also, it's now possible to add text, draw different shapes, lines, and arrows to live web pages in real time, and take a screenshot to share with your friends!

Paint extension 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 is lite weight and a free app that can be used for educational purposes and introduce anyone to drawing right from your browser. In addition, it can practice the alphabet, numbers, and paintings while educating.

Draw on any website, add text, add lines, and highlight! With the Paint tool, you can use your mouse or touchscreen to draw on the web or PDFs and save it to your computer. Paint, draw, and mark on any webpage or website.

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:

- Colour picker - choose a colour webpage to use in your paint.
- Hotkeys - create fast hotkeys for the option you use the most.
- Autosave - for each web paint page.  
- Screenshot maker - allows saving results in PNG or JPG 
- Crop tool - catch only a specific part of the image you need. 
 
Paint is a perfect app for those who love the art of hand painting.                    

拡張機能の基本情報

名前 Paint - Drawings Easy Paint - Drawings Easy
ID doiiaejbgndnnnomcdhefcbfnbbjfbib
公式URL https://chromewebstore.google.com/detail/paint-drawings-easy/doiiaejbgndnnnomcdhefcbfnbbjfbib
説明 Use the paint extension for easy drawings. This drawings tool allows Illustrate on-screen and capture with the screenshot feature.
ファイルサイズ 1.54 MB
インストール数 309,253
現在のバージョン 1.8
最終更新日 2023-08-18
公開日 2022-11-20
評価 4.60/5 合計 265 レビュー
開発者 Paint on tab
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://paintontab.com/privacy-policy.html
対応言語 id,ms,de,en,en-GB,en-US,fil,fr,sw,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,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.8",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "permissions": [
        "storage",
        "activeTab",
        "scripting"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "icons": {
        "128": "\/images\/128.png",
        "16": "\/images\/16.png",
        "48": "\/images\/48.png"
    },
    "action": {
        "default_icon": "\/images\/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"
}