Fluentbe Annotation Tool

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

Cos'è Fluentbe Annotation Tool?

Fluentbe Annotation Tool è un'estensione di Chrome sviluppata da lukasz.czarnolecki, e la sua funzione principale è "The plugin allows you to draw over shared content during a lesson on Fluentbe Classroom.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Fluentbe Annotation Tool

Scarica i file di estensione Fluentbe Annotation Tool in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Fluentbe Annotation Tool Fluentbe Annotation Tool
ID cimpobcmloboinejgmajcnnddaimfecl
URL Ufficiale https://chromewebstore.google.com/detail/fluentbe-annotation-tool/cimpobcmloboinejgmajcnnddaimfecl
Descrizione The plugin allows you to draw over shared content during a lesson on Fluentbe Classroom.
Dimensione del File 179 KB
Conteggio Installazioni 272
Versione Corrente 0.5
Ultimo Aggiornamento 2023-02-19
Data di Pubblicazione 2022-11-14
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore lukasz.czarnolecki
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://fluentbe.com/
Lingue Supportate 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"
    ]
}