DrawingOnChrome

Function for drawing on Chrome

What is DrawingOnChrome?

DrawingOnChrome is a Chrome extension developed by ihdevelopmentdepartment, and its main feature is "Function for drawing on Chrome".

Extension Screenshots

screenshot

Download DrawingOnChrome Extension CRX File

Download DrawingOnChrome extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        By adding this extension, you can draw on your browser.

version:1.0.4
・Changed:Fixed an issue where certain websites were not displaying correctly.

version:1.0.3
・Changed:Fixed a flaw in the CLEAR function.

version:1.0.2
・Changed:Change the tag to be added to the HTML to an Iframe.
・Added :Added right-click eraser function.

version:1.0.1
・Changed:Fixed screen impact on YoutubeShort.                    

Extension Basic Information

Name DrawingOnChrome DrawingOnChrome
ID ehidceeibpmfpdokicaoebdojpalmndk
Official URL https://chromewebstore.google.com/detail/drawingonchrome/ehidceeibpmfpdokicaoebdojpalmndk
Description Function for drawing on Chrome
File Size 89.17 KB
Installation Count 50
Current Version 1.0.4.0
Last Updated 2023-05-22
Publish Date 2021-10-19
Developer ihdevelopmentdepartment
Email [email protected]
Payment Type free
Supported Languages ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "DrawingOnChrome",
    "version": "1.0.4.0",
    "description": "Function for drawing on Chrome",
    "action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js",
                "jquery-3.6.0.js"
            ],
            "css": [
                "content.css"
            ]
        }
    ],
    "manifest_version": 3
}