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ファイルをダウンロード

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

拡張機能の使用方法

                        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
Eメール [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"
    ]
}