DrawingOnChrome

Function for drawing on Chrome

什么是DrawingOnChrome?

DrawingOnChrome是由ihdevelopmentdepartment开发的Chrome扩展程序,该扩展的主要功能是“Function for drawing on Chrome”。

扩展截图

screenshot

下载DrawingOnChrome扩展crx文件

下载DrawingOnChrome扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 DrawingOnChrome DrawingOnChrome
ID ehidceeibpmfpdokicaoebdojpalmndk
官方URL https://chromewebstore.google.com/detail/drawingonchrome/ehidceeibpmfpdokicaoebdojpalmndk
简介 Function for drawing on Chrome
文件大小 89.17 KB
安装次数 50
当前版本 1.0.4.0
更新时间 2023-05-22
上架时间 2021-10-19
开发者 ihdevelopmentdepartment
电子邮箱 [email protected]
付费类型 free
支持的语言 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
}