Whiteboard New Tab
Browse Chrome with a simple writeboard on every new tab
Apa itu Whiteboard New Tab?
Whiteboard New Tab adalah ekstensi Chrome yang dikembangkan oleh GINetwork LTD, dan fitur utamanya adalah "Browse Chrome with a simple writeboard on every new tab".
Screenshot Ekstensi
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
*Free-form writing and drawing (using mouse or e-pen). *Multiple brush sizes and colors. *Work is saved between sessions. By clicking "Add to chrome", I accept and agree to installing the Whiteboard New Tab Chrome extension and setting Chrome™ New Tab search to that provided by the service and the Terms of Use and Privacy Policy. The extension will update your search settings and will change your New Tab search services provided by Bing. Terms of Service: https://www.ginetwork.co/whiteboard-new-tab-terms Privacy Policy: https://www.ginetwork.co/whiteboard-new-tab-privacy About Us: https://www.ginetwork.co/about Contact Us: https://www.ginetwork.co/contact
Informasi Dasar Ekstensi
Nama | |
ID | edkebnkjabbndojcambndlmgmolbmaib |
URL Resmi | https://chrome.google.com/webstore/detail/whiteboard-new-tab/edkebnkjabbndojcambndlmgmolbmaib |
Deskripsi | Browse Chrome with a simple writeboard on every new tab |
Ukuran File | 12.51 KB |
Jumlah Instalasi | 1,167 |
Versi Saat Ini | 1.02 |
Terakhir Diperbarui | 2021-12-02 |
Tanggal Publikasi | 2021-10-21 |
Penilaian | 3.86/5 Total 7 Penilaian |
Pengembang | GINetwork LTD |
[email protected] | |
URL Halaman Kebijakan Privasi | https://www.ginetwork.co/privacy-policy |
Bahasa yang Didukung | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "1.02", "name": "Whiteboard New Tab", "description": "Browse Chrome with a simple writeboard on every new tab", "chrome_url_overrides": { "newtab": "src\/newtab.html" }, "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "browser_action": { "default_icon": "icons\/48.png" } } |