Smart Web Paint for Chrome

Draw on any web page with Smart Web Paint for Chrome!

Cos'è Smart Web Paint for Chrome?

Smart Web Paint for Chrome è un'estensione di Chrome sviluppata da https://web-paint-smart.com, e la sua funzione principale è "Draw on any web page with Smart Web Paint for Chrome!".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Smart Web Paint for Chrome

Scarica i file di estensione Smart Web Paint for Chrome 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

                        Smart Web Paint for Chrome - drawing tool that works on web pages.
Features:

Draw on web pages
In-line paint tools e.g. pencil, text, line, arrows.
Change sizes and colors
Save as a PNG file
Copy to the clipboard

Please note:
The tool doesn't work on system pages such as browser settings (chrome://), new tab, Chrome Webstore                    

Informazioni di Base sull'Estensione

Nome Smart Web Paint for Chrome Smart Web Paint for Chrome
ID baaibngpibdagiocgahmnpkegfnldklp
URL Ufficiale https://chromewebstore.google.com/detail/smart-web-paint-for-chrom/baaibngpibdagiocgahmnpkegfnldklp
Descrizione Draw on any web page with Smart Web Paint for Chrome!
Dimensione del File 170 KB
Conteggio Installazioni 754,358
Versione Corrente 1.8.6
Ultimo Aggiornamento 2023-07-18
Data di Pubblicazione 2022-08-23
Valutazione 4.41/5 Totale 27 Valutazioni
Sviluppatore https://web-paint-smart.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://web-paint-smart.com
URL della Pagina della Politica sulla Privacy https://web-paint-smart.com/privacy
Lingue Supportate id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Web Paint Smart",
    "background": {
        "service_worker": "js\/bg.js"
    },
    "action": {
        "default_icon": {
            "16": "images\/icon-16.png",
            "48": "images\/icon-48.png",
            "128": "images\/icon-128.png"
        }
    },
    "default_locale": "en",
    "description": "__MSG_extShortDesc__",
    "icons": {
        "128": "images\/icon-128.png",
        "48": "images\/icon-48.png",
        "16": "images\/icon-16.png"
    },
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "permissions": [
        "storage",
        "scripting",
        "alarms"
    ],
    "host_permissions": [
        ""
    ],
    "version": "1.8.6",
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*",
                "fonts\/*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}