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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://web-paint-smart.com และคุณลักษณะหลักของมันคือ "Draw on any web page with Smart Web Paint for Chrome!"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Smart Web Paint for Chrome

ดาวน์โหลดไฟล์ส่วนขยาย 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
URL อย่างเป็นทางการ 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": [
                ""
            ]
        }
    ]
}