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