Whiteboard New Tab

Your own personal whiteboard in every new tab

What is Whiteboard New Tab?

Whiteboard New Tab is a Chrome extension developed by AdNexus, and its main feature is "Your own personal whiteboard in every new tab".

Extension Screenshots

screenshot

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

                        Install Whiteboard New Tab to get your very own personal whiteboard to take scribbles, jot down notes, create art, or just see where your imagination takes you each time you open up a new tab.

By clicking "Add to chrome", I accept and agree to installing the Whiteboard New Tab extension and setting Chrome New Tab search to that provided by the service. The search will be provided by Microsoft Bing.

Privacy Policy: https://adnexus.co/privacy/

Terms of Service: https://adnexus.co/terms/

Whiteboard New Tab Features: 
- Line tool can draw a line.
- Select brush width
- Select Brush color
- Your art is automatically saved.

Our awesome Whiteboard Logo is provided courtesy of Smashicons: 
https://www.flaticon.com/premium-icon/whiteboard_3650979?term=whiteboard                    

Extension Basic Information

Name Whiteboard New Tab Whiteboard New Tab
ID ckhefjlffabfjkkabnfngmleegdoleih
Official URL https://chromewebstore.google.com/detail/whiteboard-new-tab/ckhefjlffabfjkkabnfngmleegdoleih
Description Your own personal whiteboard in every new tab
File Size 19.1 KB
Installation Count 12,182
Current Version 0.005
Last Updated 2023-06-07
Publish Date 2022-05-01
Rating 4.67/5 Total 3 Ratings
Developer AdNexus
Email [email protected]
Payment Type free
Privacy Policy Page URL https://adnexus.co/privacy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "0.005",
    "name": "Whiteboard New Tab",
    "description": "Your own personal whiteboard in every new tab",
    "chrome_url_overrides": {
        "newtab": "src\/newtab.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "action": {
        "default_icon": "icons\/48.png"
    }
}