Sketch
Sketch using a simple tools. Save your drawing as png or svg
Sketchとは何ですか?
Sketchはhttps://linangdata.comによって開発されたChromeの拡張機能で、その主な機能は「Sketch using a simple tools. Save your drawing as png or svg」です。
拡張機能のスクリーンショット
Sketch拡張機能のCRXファイルをダウンロード
Sketch拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 拡張機能の基本情報
| 名前 | |
| ID | aklceeihpebipajgajnbpmiobclcckko |
| 公式URL | https://chromewebstore.google.com/detail/sketch/aklceeihpebipajgajnbpmiobclcckko |
| 説明 | Sketch using a simple tools. Save your drawing as png or svg |
| ファイルサイズ | 1.94 MB |
| インストール数 | 6,205 |
| 現在のバージョン | 1.0.3 |
| 最終更新日 | 2022-10-22 |
| 公開日 | 2019-04-26 |
| 評価 | 4.17/5 合計 6 レビュー |
| 開発者 | https://linangdata.com |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://linangdata.com/sketch |
| ヘルプページのURL | https://linangdata.com/sketch |
| プライバシーポリシーページのURL | https://linangdata.com/privacy.html |
| 対応言語 | 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"
}
} | |