Sketch Tab
Replace new tab page with a personal space where you can search and doodle however you desire.
Was ist Sketch Tab?
Sketch Tab ist eine Chrome-Erweiterung, die von Michael McGarvey entwickelt wurde, und ihr Hauptmerkmal ist "Replace new tab page with a personal space where you can search and doodle however you desire.".
Erweiterungsscreenshots
Sketch Tab-Erweiterungs-CRX-Datei herunterladen
Laden Sie Sketch Tab-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Sketch Tab |
ID | pnkngfebkbjcehlgoflnfbflnbfkgibl |
Offizielle URL | https://chromewebstore.google.com/detail/sketch-tab/pnkngfebkbjcehlgoflnfbflnbfkgibl |
Beschreibung | Replace new tab page with a personal space where you can search and doodle however you desire. |
Dateigröße | 9 MB |
Installationsanzahl | 30 |
Aktuelle Version | 1.1.2 |
Letztes Update | 2023-04-30 |
Veröffentlichungsdatum | 2023-04-10 |
Bewertung | 5.00/5 Insgesamt 3 Bewertungen |
Entwickler | Michael McGarvey |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" } } |