Smart Web Paint for Chrome

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

Qu'est-ce que Smart Web Paint for Chrome ?

Smart Web Paint for Chrome est une extension Chrome développée par https://web-paint-smart.com, et sa fonction principale est "Draw on any web page with Smart Web Paint for Chrome!".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Smart Web Paint for Chrome

Téléchargez les fichiers d'extension Smart Web Paint for Chrome au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Smart Web Paint for Chrome Smart Web Paint for Chrome
ID baaibngpibdagiocgahmnpkegfnldklp
URL Officiel https://chromewebstore.google.com/detail/smart-web-paint-for-chrom/baaibngpibdagiocgahmnpkegfnldklp
Description Draw on any web page with Smart Web Paint for Chrome!
Taille du Fichier 170 KB
Nombre d'Installations 754,358
Version Actuelle 1.8.6
Dernière Mise à Jour 2023-07-18
Date de Publication 2022-08-23
Évaluation 4.41/5 Total 27 Évaluations
Développeur https://web-paint-smart.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://web-paint-smart.com
URL de la Page de Politique de Confidentialité https://web-paint-smart.com/privacy
Langues Prises en Charge 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": [
                ""
            ]
        }
    ]
}