Fluentbe Annotation Tool

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

Τι είναι το Fluentbe Annotation Tool;

Το Fluentbe Annotation Tool είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον lukasz.czarnolecki, και η κύρια λειτουργία του είναι "The plugin allows you to draw over shared content during a lesson on Fluentbe Classroom.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Fluentbe Annotation Tool

Λήψη αρχείων επέκτασης Fluentbe Annotation Tool σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Fluentbe Annotation Tool Fluentbe Annotation Tool
ID cimpobcmloboinejgmajcnnddaimfecl
Επίσημο URL https://chromewebstore.google.com/detail/fluentbe-annotation-tool/cimpobcmloboinejgmajcnnddaimfecl
Περιγραφή The plugin allows you to draw over shared content during a lesson on Fluentbe Classroom.
Μέγεθος Αρχείου 179 KB
Αριθμός Εγκαταστάσεων 272
Τρέχουσα Έκδοση 0.5
Τελευταία Ενημέρωση 2023-02-19
Ημερομηνία Δημοσίευσης 2022-11-14
Αξιολόγηση 5.00/5 Συνολικά 3 Αξιολογήσεις
Προγραμματιστής lukasz.czarnolecki
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://fluentbe.com/
Υποστηριζόμενες Γλώσσες 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"
    ]
}