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"
    ]
}