Browser Board

Turn your browser screen into a whiteboard

Browser Board là gì?

Browser Board là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "Turn your browser screen into a whiteboard".

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

screenshot

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

Tải xuống các tệp mở rộng Browser 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

                        Have you ever needed to annotate a webpage for a meeting, a class, or a presentation? BrowserBoard makes it possible to do that. BrowserBoard allows you to do the following on virtually any webpage:

-draw
-highlight
-write text
-write equations
-draw arrows
-draw circles
-draw rectangles

all of the above, in a color and size of your choice.

BrowserBoard can be easily hidden, or disabled from the extension icon, it scrolls with most pages, and you can still use the webpage underneath even with the annotations. Best of all, it's totally free! Add it to Chrome and try it today.                    

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

Tên Browser Board Browser Board
ID jhccnpdblhpafjkhkfmnljcokkbkdkla
URL Chính Thức https://chromewebstore.google.com/detail/browser-board/jhccnpdblhpafjkhkfmnljcokkbkdkla
Mô tả Turn your browser screen into a whiteboard
Kích Thước Tệp 2.85 MB
Số Lần Cài Đặt 11
Phiên Bản Hiện Tại 1.0.0.2
Cập Nhật Lần Cuối 2022-01-28
Ngày Phát Hành 2021-10-23
Nhà Phát Triển Unknown
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Browser Board",
    "description": "Turn your browser screen into a whiteboard",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "64": "icon64.png"
    },
    "version": "1.0.0.2",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage",
        "webNavigation",
        "scripting"
    ],
    "host_permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/",
        "file:\/\/*\/"
    ],
    "content_security_policy": {
        "extension-pages": "script-src 'self' 'unsafe-eval'; object-src 'self'"
    }
}