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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
}