Whiteboard New Tab

Your own personal whiteboard in every new tab

Qu'est-ce que Whiteboard New Tab ?

Whiteboard New Tab est une extension Chrome développée par AdNexus, et sa fonction principale est "Your own personal whiteboard in every new tab".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Whiteboard New Tab

Téléchargez les fichiers d'extension Whiteboard New Tab au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Whiteboard New Tab Whiteboard New Tab
ID ckhefjlffabfjkkabnfngmleegdoleih
URL Officiel https://chromewebstore.google.com/detail/whiteboard-new-tab/ckhefjlffabfjkkabnfngmleegdoleih
Description Your own personal whiteboard in every new tab
Taille du Fichier 19.1 KB
Nombre d'Installations 12,182
Version Actuelle 0.005
Dernière Mise à Jour 2023-06-07
Date de Publication 2022-05-01
Évaluation 4.67/5 Total 3 Évaluations
Développeur AdNexus
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://adnexus.co/privacy
Langues Prises en Charge 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"
    }
}