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
官方網址 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
}