Fluentbe Annotation Tool

The plugin allows you to draw over shared content during a lesson on Fluentbe Classroom.

Fluentbe Annotation Toolคืออะไร?

Fluentbe Annotation Tool เป็นส่วนขยายของ Chrome ที่พัฒนาโดย lukasz.czarnolecki และคุณลักษณะหลักของมันคือ "The plugin allows you to draw over shared content during a lesson on Fluentbe Classroom."

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Fluentbe Annotation Tool

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

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

                        A tool allows you to write and draw on any website, also in fullscreen mode. The toolbox allows you to draw, create geometric figures, lines, arrows, write, as well as extend, move, rotate and delete created elements.

The tool is dedicated to people who share the image from their screen with other participants during conferences or other types of video meetings.                    

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

ชื่อ Fluentbe Annotation Tool Fluentbe Annotation Tool
ID cimpobcmloboinejgmajcnnddaimfecl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/fluentbe-annotation-tool/cimpobcmloboinejgmajcnnddaimfecl
คำอธิบาย The plugin allows you to draw over shared content during a lesson on Fluentbe Classroom.
ขนาดไฟล์ 179 KB
จำนวนการติดตั้ง 272
เวอร์ชันปัจจุบัน 0.5
อัปเดตครั้งล่าสุด 2023-02-19
วันที่เผยแพร่ 2022-11-14
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา lukasz.czarnolecki
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://fluentbe.com/
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Fluentbe Annotation Tool",
    "version": "0.5",
    "description": "The plugin allows you to draw over shared content during a lesson on Fluentbe Classroom.",
    "short_name": "Fluentbe",
    "action": {
        "default_title": "Fluentbe Annotation Tool"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "css\/main.css"
            ],
            "js": [
                "js\/main.js"
            ]
        }
    ],
    "icons": {
        "16": "images\/icon-16x16.png",
        "48": "images\/icon-48x48.png",
        "128": "images\/icon-128x128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "activeTab"
    ]
}