Fluentbe Annotation Tool

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

Fluentbe Annotation Tool là gì?

Fluentbe Annotation Tool là một tiện ích mở rộng Chrome được phát triển bởi lukasz.czarnolecki, và tính năng chính của nó là "The plugin allows you to draw over shared content during a lesson on Fluentbe Classroom.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Fluentbe Annotation Tool

Tải xuống các tệp mở rộng Fluentbe Annotation Tool dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Fluentbe Annotation Tool Fluentbe Annotation Tool
ID cimpobcmloboinejgmajcnnddaimfecl
URL Chính Thức https://chromewebstore.google.com/detail/fluentbe-annotation-tool/cimpobcmloboinejgmajcnnddaimfecl
Mô tả The plugin allows you to draw over shared content during a lesson on Fluentbe Classroom.
Kích Thước Tệp 179 KB
Số Lần Cài Đặt 272
Phiên Bản Hiện Tại 0.5
Cập Nhật Lần Cuối 2023-02-19
Ngày Phát Hành 2022-11-14
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển lukasz.czarnolecki
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://fluentbe.com/
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}