Board

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

Boardคืออะไร?

Board เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Shaikh Saifuddin และคุณลักษณะหลักของมันคือ "This extension allows you to make any website on the web as your writing board"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Board

ดาวน์โหลดไฟล์ส่วนขยาย 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
}