VectorDraw - Paint on Tab

Draw interactive objects (circle, rectangular, polygon) or use the brush tool to write on the current tab and capture the result

VectorDraw - Paint on Tabคืออะไร?

VectorDraw - Paint on Tab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย chandler.stimson และคุณลักษณะหลักของมันคือ "Draw interactive objects (circle, rectangular, polygon) or use the brush tool to write on the current tab and capture the result"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย VectorDraw - Paint on Tab

ดาวน์โหลดไฟล์ส่วนขยาย VectorDraw - Paint on Tab ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This extension injects a simple toolbar to the active tab to add a presentation toolbar to the active tab. The toolbar contains are frequently used elements like rectangular, circle, polygon, and line. The user can move objects around, rotate, or scale them. The final drawing can be saved as a PNG image, which is a screenshot of the active tab in PNG format or it can be downloaded as SVG format.

This extension accepts the importing of image files into the view. If the image format is SVG, the user to modify the objects of the imported image.

Note that all objects are interactive. The user can also remove them if they are not needed anymore.

By default, this extension is in the drawing mode, so the user can start writing on the screen as soon as the interface is loaded.

This extension supports all basic vector editing tools such as change stroke width, make the background color transparent, move an object below another object, group multiple objects, rotate one or more objects, snap one object to the edges or boundaries of another object.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ VectorDraw - Paint on Tab VectorDraw - Paint on Tab
ID ncffpnjojecpmbbejgficgcphjijfigc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/vectordraw-paint-on-tab/ncffpnjojecpmbbejgficgcphjijfigc
คำอธิบาย Draw interactive objects (circle, rectangular, polygon) or use the brush tool to write on the current tab and capture the result
ขนาดไฟล์ 162 KB
จำนวนการติดตั้ง 410
เวอร์ชันปัจจุบัน 0.2.0
อัปเดตครั้งล่าสุด 2021-09-30
วันที่เผยแพร่ 2020-11-21
คะแนน 4.00/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา chandler.stimson
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://add0n.com/vector-draw.html
URL หน้าช่วยเหลือ https://add0n.com/vector-draw.html
ภาษาที่รองรับ de,en,fr,nl,es,it,pt-BR,pt-PT,ru,zh-CN,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "0.2.0",
    "name": "VectorDraw - Paint on Tab",
    "description": "__MSG_description__",
    "default_locale": "en",
    "permissions": [
        "storage",
        "activeTab",
        "scripting",
        "contextMenus"
    ],
    "offline_enabled": true,
    "icons": {
        "16": "data\/icons\/16.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png",
        "256": "data\/icons\/256.png",
        "512": "data\/icons\/512.png"
    },
    "background": {
        "service_worker": "worker.js"
    },
    "homepage_url": "https:\/\/add0n.com\/vector-draw.html",
    "action": {
        "default_title": "Left click to draw on page and right-click to open a new instance"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "data\/window\/index.html"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}