Whiteboard New Tab

Your own personal whiteboard in every new tab

Whiteboard New Tab là gì?

Whiteboard New Tab là một tiện ích mở rộng Chrome được phát triển bởi AdNexus, và tính năng chính của nó là "Your own personal whiteboard in every new tab".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Whiteboard New Tab

Tải xuống các tệp mở rộng Whiteboard New Tab dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Whiteboard New Tab Whiteboard New Tab
ID ckhefjlffabfjkkabnfngmleegdoleih
URL Chính Thức https://chromewebstore.google.com/detail/whiteboard-new-tab/ckhefjlffabfjkkabnfngmleegdoleih
Mô tả Your own personal whiteboard in every new tab
Kích Thước Tệp 19.1 KB
Số Lần Cài Đặt 12,182
Phiên Bản Hiện Tại 0.005
Cập Nhật Lần Cuối 2023-06-07
Ngày Phát Hành 2022-05-01
Đánh Giá 4.67/5 Tổng số 3 Đánh Giá
Nhà Phát Triển AdNexus
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://adnexus.co/privacy
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}