Whiteboard New Tab

Your own personal whiteboard in every new tab

Apa itu Whiteboard New Tab?

Whiteboard New Tab adalah ekstensi Chrome yang dikembangkan oleh AdNexus, dan fitur utamanya adalah "Your own personal whiteboard in every new tab".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Whiteboard New Tab

Unduh file ekstensi Whiteboard New Tab dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Whiteboard New Tab Whiteboard New Tab
ID ckhefjlffabfjkkabnfngmleegdoleih
URL Resmi https://chromewebstore.google.com/detail/whiteboard-new-tab/ckhefjlffabfjkkabnfngmleegdoleih
Deskripsi Your own personal whiteboard in every new tab
Ukuran File 19.1 KB
Jumlah Instalasi 12,182
Versi Saat Ini 0.005
Terakhir Diperbarui 2023-06-07
Tanggal Publikasi 2022-05-01
Penilaian 4.67/5 Total 3 Penilaian
Pengembang AdNexus
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://adnexus.co/privacy
Bahasa yang Didukung 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"
    }
}