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
官方網址 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"
    ]
}