Browser Board
Turn your browser screen into a whiteboard
什麼是Browser Board?
Browser Board是由Unknown開發的Chrome擴展程式,該擴展的主要功能是“Turn your browser screen into a whiteboard”。
擴展截圖
下載Browser Board擴展crx文件
下載Browser Board擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
ID | jhccnpdblhpafjkhkfmnljcokkbkdkla |
官方網址 | 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'" } } |