Whiteboard New Tab
Browse Chrome with a simple writeboard on every new tab
What is Whiteboard New Tab?
Whiteboard New Tab is a Chrome extension developed by GINetwork LTD, and its main feature is "Browse Chrome with a simple writeboard on every new tab".
Extension Screenshots
Download Whiteboard New Tab Extension CRX File
Download Whiteboard New Tab extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
*Free-form writing and drawing (using mouse or e-pen). *Multiple brush sizes and colors. *Work is saved between sessions. By clicking "Add to chrome", I accept and agree to installing the Whiteboard New Tab Chrome extension and setting Chrome™ New Tab search to that provided by the service and the Terms of Use and Privacy Policy. The extension will update your search settings and will change your New Tab search services provided by Bing. Terms of Service: https://www.ginetwork.co/whiteboard-new-tab-terms Privacy Policy: https://www.ginetwork.co/whiteboard-new-tab-privacy About Us: https://www.ginetwork.co/about Contact Us: https://www.ginetwork.co/contact
Extension Basic Information
Name | |
ID | edkebnkjabbndojcambndlmgmolbmaib |
Official URL | https://chrome.google.com/webstore/detail/whiteboard-new-tab/edkebnkjabbndojcambndlmgmolbmaib |
Description | Browse Chrome with a simple writeboard on every new tab |
File Size | 12.51 KB |
Installation Count | 1,167 |
Current Version | 1.02 |
Last Updated | 2021-12-02 |
Publish Date | 2021-10-21 |
Rating | 3.86/5 Total 7 Ratings |
Developer | GINetwork LTD |
[email protected] | |
Privacy Policy Page URL | https://www.ginetwork.co/privacy-policy |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "1.02", "name": "Whiteboard New Tab", "description": "Browse Chrome with a simple writeboard on every new tab", "chrome_url_overrides": { "newtab": "src\/newtab.html" }, "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "browser_action": { "default_icon": "icons\/48.png" } } |