Browser Board
Turn your browser screen into a whiteboard
Browser Board क्या है?
Browser Board Unknown द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Turn your browser screen into a whiteboard"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Browser Board एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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'" } } |