PicShot - Online Photo Editor
PicShot - Add effects to your images online. Simple to use, edit your photos with a few clicks.
PicShot - Online Photo Editor란 무엇입니까?
PicShot - Online Photo Editor은(는) appnice에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "PicShot - Add effects to your images online. Simple to use, edit your photos with a few clicks."입니다.
확장 프로그램 스크린샷
PicShot - Online Photo Editor 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
PicShot is an online advanced image editor, which can work with both raster and vector graphics. You can use it for simple tasks, such as resizing images, as well as complex tasks, such as designing webpages, creating illustrations, processing photographs, and more. PP can work with layer styles, masks, smart objects, text layers, and more. Enjoy! PicShot is a free Photoshop alternative that works in your Chrome browser. You don't need to spend money to get a quality photo editor. In fact, you don't even need to download an app. Available tools: As you’ll see, it has many of the basic characteristics of Photoshop: - Editing with layers - Editing with masks and intelligent objects - Selections and transformations with layers - Brushes (basic and intelligent). - Text - Vector editing - Actions, scripts, guides and snapping - Color spaces - Slices - Animations - Color settings (brightness, contrast, saturation). - Transform tools - Batch Editing - Auto Select - Filters - Swatches - and more Disclaimer: Please note this extension is NOT made by Ivan Kutskir Photopea and is made by an independent development team. All copyrights belong to their respective owners.
확장 프로그램 기본 정보
이름 | |
ID | ejaemjcjghnndjkmapgmfppbnibnijmj |
공식 URL | https://chrome.google.com/webstore/detail/picshot-online-photo-edit/ejaemjcjghnndjkmapgmfppbnibnijmj |
설명 | PicShot - Add effects to your images online. Simple to use, edit your photos with a few clicks. |
파일 크기 | 72.74 KB |
설치 횟수 | 99 |
현재 버전 | 1.0.0 |
최근 업데이트 | 2022-01-28 |
출시 날짜 | 2022-01-28 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | appnice |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://www.appnice.xyz/privacy-policy |
지원되는 언어 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "1.0.0", "name": "PicShot - Online Photo Editor", "description": "PicShot - Add effects to your images online. Simple to use, edit your photos with a few clicks.", "offline_enabled": true, "icons": { "512": "icon\/512.png", "128": "icon\/128.png", "48": "icon\/48.png", "32": "icon\/32.png", "16": "icon\/16.png" }, "action": { "default_icon": { "512": "icon\/512.png", "128": "icon\/128.png", "48": "icon\/48.png", "32": "icon\/32.png", "16": "icon\/16.png" } }, "background": { "service_worker": "service-worker.js" } } |