Sketch Tab
Replace new tab page with a personal space where you can search and doodle however you desire.
什么是Sketch Tab?
Sketch Tab是由Michael McGarvey开发的Chrome扩展程序,该扩展的主要功能是“Replace new tab page with a personal space where you can search and doodle however you desire.”。
扩展截图
下载Sketch Tab扩展crx文件
下载Sketch Tab扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Be able to doodle straight from your new tab with Sketch Tab. The features this extension entails: • Switch into draw mode to start doodling • Save your doodles with the click of a button • The ability to search from any new tab • Set your new tab background to any image you desire • Upload image related functionality • Change UI text color This extension gives you the opportunity to quickly use a whiteboard and draw immediately from your new page tab, draw mode is equipped with a variety of tools to use with ease. Another amazing feature is the ability to change your background, which then saves for the next time you load up a new tab.
扩展基本信息
名称 | Sketch Tab |
ID | pnkngfebkbjcehlgoflnfbflnbfkgibl |
官方URL | https://chromewebstore.google.com/detail/sketch-tab/pnkngfebkbjcehlgoflnfbflnbfkgibl |
简介 | Replace new tab page with a personal space where you can search and doodle however you desire. |
文件大小 | 9 MB |
安装次数 | 30 |
当前版本 | 1.1.2 |
更新时间 | 2023-04-30 |
上架时间 | 2023-04-10 |
评分 | 5.00/5 共3次评分 |
开发者 | Michael McGarvey |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Sketch Tab", "description": "Replace new tab page with a personal space where you can search and doodle however you desire.", "version": "1.1.2", "chrome_url_overrides": { "newtab": "index.html" }, "icons": { "16": ".\/images\/store_assets\/icon16.png", "32": ".\/images\/store_assets\/icon32.png", "128": ".\/images\/store_assets\/icon128.png", "256": ".\/images\/store_assets\/icon256.png" } } |