Board

This extension allows you to make any website on the web as your writing board

什么是Board?

Board是由Shaikh Saifuddin开发的Chrome扩展程序,该扩展的主要功能是“This extension allows you to make any website on the web as your writing board”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Board扩展crx文件

下载Board扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        There’s a smart board for every classroom. Discover a high-quality interactive displays engineered for the simplicity teachers want.
Easy to install and support on every website you want to make as you board.

#Features
This extension allows you to make any website on the web as your
WhiteBoard
SmartBoard
writtingBoard
Very simple to use and extemly handy tool best for

School or College students
Online tution and school teacher
Person who need to present something on the web
Demonstrators

Happly learing !!!!!                    

扩展基本信息

名称 Board Board
ID eldlemfjelebndalbjpfbohgofaidhfl
官方URL https://chromewebstore.google.com/detail/board/eldlemfjelebndalbjpfbohgofaidhfl
简介 This extension allows you to make any website on the web as your writing board
文件大小 14.82 KB
安装次数 144
当前版本 0.12.21
更新时间 2021-12-24
上架时间 2021-12-24
评分 5.00/5 共1次评分
开发者 Shaikh Saifuddin
电子邮箱 [email protected]
付费类型 free
扩展官网 https://imsaif.web.app/
帮助页面URL https://imsaif.web.app/
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Board",
    "version": "0.12.21",
    "description": " This extension allows you to make any website on the web as your writing board",
    "action": {
        "default_icon": "assets\/images\/icon.png"
    },
    "icons": {
        "16": "assets\/images\/icon16.png",
        "48": "assets\/images\/icon128.png",
        "128": "assets\/images\/icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "css\/style.css"
            ],
            "js": [
                "js\/contentScript.js"
            ]
        }
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "manifest_version": 3
}