Whiteboard New Tab

Your own personal whiteboard in every new tab

什么是Whiteboard New Tab?

Whiteboard New Tab是由AdNexus开发的Chrome扩展程序,该扩展的主要功能是“Your own personal whiteboard in every new tab”。

扩展截图

screenshot

下载Whiteboard New Tab扩展crx文件

下载Whiteboard New Tab扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 Whiteboard New Tab Whiteboard New Tab
ID ckhefjlffabfjkkabnfngmleegdoleih
官方URL https://chromewebstore.google.com/detail/whiteboard-new-tab/ckhefjlffabfjkkabnfngmleegdoleih
简介 Your own personal whiteboard in every new tab
文件大小 19.1 KB
安装次数 12,182
当前版本 0.005
更新时间 2023-06-07
上架时间 2022-05-01
评分 4.67/5 共3次评分
开发者 AdNexus
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://adnexus.co/privacy
支持的语言 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"
    }
}