Fluentbe Annotation Tool

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

O que é Fluentbe Annotation Tool?

Fluentbe Annotation Tool é uma extensão do Chrome desenvolvida por lukasz.czarnolecki, e sua principal característica é "The plugin allows you to draw over shared content during a lesson on Fluentbe Classroom.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Fluentbe Annotation Tool

Baixe arquivos de extensão Fluentbe Annotation Tool no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Fluentbe Annotation Tool Fluentbe Annotation Tool
ID cimpobcmloboinejgmajcnnddaimfecl
URL Oficial https://chromewebstore.google.com/detail/fluentbe-annotation-tool/cimpobcmloboinejgmajcnnddaimfecl
Descrição The plugin allows you to draw over shared content during a lesson on Fluentbe Classroom.
Tamanho do Arquivo 179 KB
Contagem de Instalações 272
Versão Atual 0.5
Última Atualização 2023-02-19
Data de Publicação 2022-11-14
Classificação 5.00/5 Total de 3 Avaliações
Desenvolvedor lukasz.czarnolecki
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://fluentbe.com/
Idiomas Suportados 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"
    ]
}