Fluentbe Annotation Tool

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

Co je Fluentbe Annotation Tool?

Fluentbe Annotation Tool je rozšíření Chrome vyvinuté lukasz.czarnolecki, a jeho hlavní funkcí je „The plugin allows you to draw over shared content during a lesson on Fluentbe Classroom.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Fluentbe Annotation Tool

Stáhněte si soubory rozšíření Fluentbe Annotation Tool ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Fluentbe Annotation Tool Fluentbe Annotation Tool
ID cimpobcmloboinejgmajcnnddaimfecl
Oficiální URL https://chromewebstore.google.com/detail/fluentbe-annotation-tool/cimpobcmloboinejgmajcnnddaimfecl
Popis The plugin allows you to draw over shared content during a lesson on Fluentbe Classroom.
Velikost souboru 179 KB
Počet instalací 272
Aktuální Verze 0.5
Poslední Aktualizace 2023-02-19
Datum Vydání 2022-11-14
Hodnocení 5.00/5 Celkem 3 Hodnocení
Vývojář lukasz.czarnolecki
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://fluentbe.com/
Podporované Jazyky 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"
    ]
}