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