Board

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

Board là gì?

Board là một tiện ích mở rộng Chrome được phát triển bởi Shaikh Saifuddin, và tính năng chính của nó là "This extension allows you to make any website on the web as your writing board".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Board

Tải xuống các tệp mở rộng Board dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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 !!!!!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Board Board
ID eldlemfjelebndalbjpfbohgofaidhfl
URL Chính Thức https://chromewebstore.google.com/detail/board/eldlemfjelebndalbjpfbohgofaidhfl
Mô tả This extension allows you to make any website on the web as your writing board
Kích Thước Tệp 14.82 KB
Số Lần Cài Đặt 144
Phiên Bản Hiện Tại 0.12.21
Cập Nhật Lần Cuối 2021-12-24
Ngày Phát Hành 2021-12-24
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Shaikh Saifuddin
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://imsaif.web.app/
URL Trang Trợ Giúp https://imsaif.web.app/
Ngôn Ngữ Được Hỗ Trợ 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
}