Browser Board

Turn your browser screen into a whiteboard

Browser Board란 무엇입니까?

Browser Board은(는) Unknown에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Turn your browser screen into a whiteboard"입니다.

확장 프로그램 스크린샷

screenshot

Browser Board 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Browser Board Browser Board
ID jhccnpdblhpafjkhkfmnljcokkbkdkla
공식 URL https://chromewebstore.google.com/detail/browser-board/jhccnpdblhpafjkhkfmnljcokkbkdkla
설명 Turn your browser screen into a whiteboard
파일 크기 2.85 MB
설치 횟수 11
현재 버전 1.0.0.2
최근 업데이트 2022-01-28
출시 날짜 2021-10-23
개발자 Unknown
이메일 [email protected]
결제 유형 free
지원되는 언어 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'"
    }
}