DrawingOnChrome

Function for drawing on Chrome

Cos'è DrawingOnChrome?

DrawingOnChrome è un'estensione di Chrome sviluppata da ihdevelopmentdepartment, e la sua funzione principale è "Function for drawing on Chrome".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione DrawingOnChrome

Scarica i file di estensione DrawingOnChrome in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome DrawingOnChrome DrawingOnChrome
ID ehidceeibpmfpdokicaoebdojpalmndk
URL Ufficiale https://chromewebstore.google.com/detail/drawingonchrome/ehidceeibpmfpdokicaoebdojpalmndk
Descrizione Function for drawing on Chrome
Dimensione del File 89.17 KB
Conteggio Installazioni 50
Versione Corrente 1.0.4.0
Ultimo Aggiornamento 2023-05-22
Data di Pubblicazione 2021-10-19
Sviluppatore ihdevelopmentdepartment
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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
}