Whiteboard New Tab
Browse Chrome with a simple writeboard on every new tab
什么是Whiteboard New Tab?
Whiteboard New Tab是由GINetwork LTD开发的Chrome扩展程序,该扩展的主要功能是“Browse Chrome with a simple writeboard on every new tab”。
扩展截图
下载Whiteboard New Tab扩展crx文件
下载Whiteboard New Tab扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
*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
扩展基本信息
名称 | |
ID | edkebnkjabbndojcambndlmgmolbmaib |
官方URL | https://chrome.google.com/webstore/detail/whiteboard-new-tab/edkebnkjabbndojcambndlmgmolbmaib |
简介 | Browse Chrome with a simple writeboard on every new tab |
文件大小 | 12.51 KB |
安装次数 | 1,167 |
当前版本 | 1.02 |
更新时间 | 2021-12-02 |
上架时间 | 2021-10-21 |
评分 | 3.86/5 共7次评分 |
开发者 | GINetwork LTD |
电子邮箱 | [email protected] |
隐私政策页面URL | https://www.ginetwork.co/privacy-policy |
支持的语言 | 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" } } |