Sketch
Sketch using a simple tools. Save your drawing as png or svg
Was ist Sketch?
Sketch ist eine Chrome-Erweiterung, die von https://linangdata.com entwickelt wurde, und ihr Hauptmerkmal ist "Sketch using a simple tools. Save your drawing as png or svg".
Erweiterungsscreenshots
Sketch-Erweiterungs-CRX-Datei herunterladen
Laden Sie Sketch-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
A sketch widget that allows you to draw using some simple tools. Export your sketches as PNG or SVG files and use them where you like.
Features:
- your drawing is saved between sessions so it's available when you want to work on it more.
- provides links to other tools from LinangData from the More tools menu
- It's free!
Release notes:
1.0.3 - support for manifest v3 Grundlegende Informationen zur Erweiterung
| Name | |
| ID | aklceeihpebipajgajnbpmiobclcckko |
| Offizielle URL | https://chromewebstore.google.com/detail/sketch/aklceeihpebipajgajnbpmiobclcckko |
| Beschreibung | Sketch using a simple tools. Save your drawing as png or svg |
| Dateigröße | 1.94 MB |
| Installationsanzahl | 6,205 |
| Aktuelle Version | 1.0.3 |
| Letztes Update | 2022-10-22 |
| Veröffentlichungsdatum | 2019-04-26 |
| Bewertung | 4.17/5 Insgesamt 6 Bewertungen |
| Entwickler | https://linangdata.com |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://linangdata.com/sketch |
| Hilfeseite URL | https://linangdata.com/sketch |
| URL der Datenschutzrichtlinien-Seite | https://linangdata.com/privacy.html |
| Unterstützte Sprachen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Sketch",
"short_name": "Sketch",
"description": "Sketch using a simple tools. Save your drawing as png or svg",
"version": "1.0.3",
"icons": {
"16": "images\/16x16.png",
"32": "images\/32x32.png",
"36": "images\/36x36.png",
"48": "images\/48x48.png",
"64": "images\/64x64.png",
"72": "images\/72x72.png",
"96": "images\/96x96.png",
"128": "images\/128x128.png",
"144": "images\/144x144.png",
"192": "images\/192x192.png",
"512": "images\/512x512.png"
},
"permissions": [],
"background": [],
"action": {
"default_icon": "images\/96x96.png",
"default_popup": "index.html",
"default_title": "Sketch"
}
} | |