Fluentbe Annotation Tool

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

Fluentbe Annotation Toolとは何ですか?

Fluentbe Annotation Toolはlukasz.czarnoleckiによって開発されたChromeの拡張機能で、その主な機能は「The plugin allows you to draw over shared content during a lesson on Fluentbe Classroom.」です。

拡張機能のスクリーンショット

screenshot
screenshot

Fluentbe Annotation Tool拡張機能のCRXファイルをダウンロード

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
Eメール [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"
    ]
}