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 |
Eメール | [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" } } |