Whiteboard New Tab

Your own personal whiteboard in every new tab

O que é Whiteboard New Tab?

Whiteboard New Tab é uma extensão do Chrome desenvolvida por AdNexus, e sua principal característica é "Your own personal whiteboard in every new tab".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Whiteboard New Tab

Baixe arquivos de extensão Whiteboard New Tab no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Whiteboard New Tab Whiteboard New Tab
ID ckhefjlffabfjkkabnfngmleegdoleih
URL Oficial https://chromewebstore.google.com/detail/whiteboard-new-tab/ckhefjlffabfjkkabnfngmleegdoleih
Descrição Your own personal whiteboard in every new tab
Tamanho do Arquivo 19.1 KB
Contagem de Instalações 12,182
Versão Atual 0.005
Última Atualização 2023-06-07
Data de Publicação 2022-05-01
Classificação 4.67/5 Total de 3 Avaliações
Desenvolvedor AdNexus
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://adnexus.co/privacy
Idiomas Suportados 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"
    }
}