Whiteboard New Tab

Your own personal whiteboard in every new tab

Was ist Whiteboard New Tab?

Whiteboard New Tab ist eine Chrome-Erweiterung, die von AdNexus entwickelt wurde, und ihr Hauptmerkmal ist "Your own personal whiteboard in every new tab".

Erweiterungsscreenshots

screenshot

Whiteboard New Tab-Erweiterungs-CRX-Datei herunterladen

Laden Sie Whiteboard New Tab-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Whiteboard New Tab Whiteboard New Tab
ID ckhefjlffabfjkkabnfngmleegdoleih
Offizielle URL https://chromewebstore.google.com/detail/whiteboard-new-tab/ckhefjlffabfjkkabnfngmleegdoleih
Beschreibung Your own personal whiteboard in every new tab
Dateigröße 19.1 KB
Installationsanzahl 12,182
Aktuelle Version 0.005
Letztes Update 2023-06-07
Veröffentlichungsdatum 2022-05-01
Bewertung 4.67/5 Insgesamt 3 Bewertungen
Entwickler AdNexus
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://adnexus.co/privacy
Unterstützte Sprachen 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"
    }
}