Fluentbe Annotation Tool

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

Was ist Fluentbe Annotation Tool?

Fluentbe Annotation Tool ist eine Chrome-Erweiterung, die von lukasz.czarnolecki entwickelt wurde, und ihr Hauptmerkmal ist "The plugin allows you to draw over shared content during a lesson on Fluentbe Classroom.".

Erweiterungsscreenshots

screenshot
screenshot

Fluentbe Annotation Tool-Erweiterungs-CRX-Datei herunterladen

Laden Sie Fluentbe Annotation Tool-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Fluentbe Annotation Tool Fluentbe Annotation Tool
ID cimpobcmloboinejgmajcnnddaimfecl
Offizielle URL https://chromewebstore.google.com/detail/fluentbe-annotation-tool/cimpobcmloboinejgmajcnnddaimfecl
Beschreibung The plugin allows you to draw over shared content during a lesson on Fluentbe Classroom.
Dateigröße 179 KB
Installationsanzahl 272
Aktuelle Version 0.5
Letztes Update 2023-02-19
Veröffentlichungsdatum 2022-11-14
Bewertung 5.00/5 Insgesamt 3 Bewertungen
Entwickler lukasz.czarnolecki
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://fluentbe.com/
Unterstützte Sprachen 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"
    ]
}