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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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
확장 프로그램 기본 정보
이름 | Sketch |
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 |
이메일 | [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" } } |