Image editor PaintMagick for photos
PaintMagick to create and edit photos and images online using a web browser
Image editor PaintMagick for photos란 무엇입니까?
Image editor PaintMagick for photos은(는) https://www.redcoolmedia.net에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "PaintMagick to create and edit photos and images online using a web browser"입니다.
확장 프로그램 스크린샷
Image editor PaintMagick for photos 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
PaintMagick is an image editor for photos and draws with advanced drawing features, effects and filters. It allows to create and edit images directly in the web browser. You can create images, paste from clipboard (ctrl+v) or upload from computer (using menu or drag & drop). Everything stays in your web browser. Its main features are: - Files: open images, directories, URL, drag and drop, save, print. - Edit: undo, cut, copy, paste, selection, paste from clipboard. - Image: information, EXIF, trim, zoom, resize (Hermite resample, default resize), rotate, flip, color corrections, etc - Layers: multiple layers system, differences, merge, flatten, Transparency support. - Effects: Black and White, Blur (box, Gaussian, stack, zoom), Bulge/Pinch, ... - Tools like pencil or brush. - Help: keyboard shortcuts, translations.
확장 프로그램 기본 정보
이름 | Image editor PaintMagick for photos |
ID | gefjgcijamcglmolelmpeegnflbjalfa |
공식 URL | https://chromewebstore.google.com/detail/image-editor-paintmagick/gefjgcijamcglmolelmpeegnflbjalfa |
설명 | PaintMagick to create and edit photos and images online using a web browser |
파일 크기 | 469 KB |
설치 횟수 | 3,730 |
현재 버전 | 1.3.4 |
최근 업데이트 | 2024-01-04 |
출시 날짜 | 2020-02-27 |
평점 | 2.64/5 총 14 개의 평점 |
개발자 | https://www.redcoolmedia.net |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.redcoolmedia.net/index.php/web-online-images-apps/paintmagick-image-editor-online-for-photos |
개인정보 보호 정책 페이지 URL | http://www.redcoolmedia.net/index.php/cloud-apps-policy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_title__", "version": "1.3.4", "description": "__MSG_description__", "default_locale": "en", "action": { "default_popup": "index.html", "default_icon": "icons\/app_38.png" }, "options_page": "settings.html", "icons": { "128": "icons\/app_128.png", "48": "icons\/app_48.png", "16": "icons\/app_16.png" }, "permissions": [ "storage", "webNavigation", "webRequest" ], "background": { "service_worker": "service.js" }, "host_permissions": [ "https:\/\/*\/*", "http:\/\/*\/*" ] } |