Smart Web Paint for Chrome

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

什麼是Smart Web Paint for Chrome?

Smart Web Paint for Chrome是由https://web-paint-smart.com開發的Chrome擴展程式,該擴展的主要功能是“Draw on any web page with Smart Web Paint for Chrome!”。

擴展截圖

screenshot

下載Smart Web Paint for Chrome擴展crx文件

下載Smart Web Paint for Chrome擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 Smart Web Paint for Chrome Smart Web Paint for Chrome
ID baaibngpibdagiocgahmnpkegfnldklp
官方網址 https://chromewebstore.google.com/detail/smart-web-paint-for-chrom/baaibngpibdagiocgahmnpkegfnldklp
簡介 Draw on any web page with Smart Web Paint for Chrome!
檔案大小 170 KB
安裝次數 754,358
目前版本 1.8.6
更新時間 2023-07-18
上架時間 2022-08-23
評分 4.41/5 共 27 次評分
開發者 https://web-paint-smart.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://web-paint-smart.com
隱私政策頁面URL https://web-paint-smart.com/privacy
支援的語言 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": [
                ""
            ]
        }
    ]
}