Web Paint

Web Paint can draw shapes and add texts to any website. Take screenshot using Web Paint!

ما هو Web Paint؟

Web Paint هو إضافة Chrome تم تطويرها بواسطة Web Tools، والميزة الرئيسية لها هي "Web Paint can draw shapes and add texts to any website. Take screenshot using Web Paint!".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Web Paint

قم بتنزيل ملفات الامتداد Web Paint بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Web Paint app includes drawing tools and add texts to any websites. Then you can take screenshot and save to your hard drive.

Paint tools: Line tool can draw a line. Insert text into website with selected color and transparency. Eyedropper can choose color from the web. Pencil is for draw line with selected line width and color. Eraser tool erase part of drawings. App contains more paint tools.

Web Paint includes screenshot tool. Take a screenshot of current website with your drawings and save to your hard drive.

Just click on the app icon and your painting can begin!!                    

معلومات أساسية عن التمديد

الاسم Web Paint Web Paint
ID gennnndepkflndgcjajggdhclmghkpdl
عنوان URL الرسمي https://chromewebstore.google.com/detail/web-paint/gennnndepkflndgcjajggdhclmghkpdl
الوصف Web Paint can draw shapes and add texts to any website. Take screenshot using Web Paint!
حجم الملف 100 KB
عدد التثبيتات 28,396
النسخة الحالية 1.3.2
آخر تحديث 2022-11-23
تاريخ النشر 2021-01-08
تقييم 2.32/5 مجموع تقييمات 25
المطور Web Tools
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": false,
        "scripts": [
            "\/lib\/jquery.min.js",
            "\/background\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": [],
        "default_title": "Web Paint"
    },
    "description": "Web Paint can draw shapes and add texts to any website. Take screenshot using Web Paint!",
    "icons": {
        "128": "images\/icon128.png",
        "16": "images\/icon16.png",
        "48": "images\/icon48.png"
    },
    "manifest_version": 2,
    "name": "Web Paint",
    "options_page": "\/background\/options.html",
    "permissions": [
        "storage",
        "activeTab"
    ],
    "short_name": "Web Paint",
    "version": "1.3.2",
    "web_accessible_resources": [
        "\/lib\/jquery.min.js"
    ]
}