Fluentbe Annotation Tool

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

Hvad er Fluentbe Annotation Tool?

Fluentbe Annotation Tool er en Chrome-udvidelse udviklet af lukasz.czarnolecki, og dens hovedfunktion er "The plugin allows you to draw over shared content during a lesson on Fluentbe Classroom.".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Fluentbe Annotation Tool-udvidelses-CRX-fil

Download Fluentbe Annotation Tool-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Fluentbe Annotation Tool Fluentbe Annotation Tool
ID cimpobcmloboinejgmajcnnddaimfecl
Officiel URL https://chromewebstore.google.com/detail/fluentbe-annotation-tool/cimpobcmloboinejgmajcnnddaimfecl
Beskrivelse The plugin allows you to draw over shared content during a lesson on Fluentbe Classroom.
Filstørrelse 179 KB
Antal Installationer 272
Nuværende Version 0.5
Senest Opdateret 2023-02-19
Udgivelsesdato 2022-11-14
Bedømmelse 5.00/5 Samlet 3 Bedømmelser
Udvikler lukasz.czarnolecki
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://fluentbe.com/
Understøttede Sprog 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"
    ]
}