Easy Online Image/Photo Editor
Create and edit photos/images with simple and easy online photo editor
Easy Online Image/Photo Editor란 무엇입니까?
Easy Online Image/Photo Editor은(는) https://photoeditor.chromecrxstore.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Create and edit photos/images with simple and easy online photo editor"입니다.
확장 프로그램 스크린샷
Easy Online Image/Photo Editor 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Easy Online Image editor is an excellent tool for editing photos, creating banners and logos quickly. The best thing is you don't need to download software on your PC or register to use it. Just open the web application on your PC and it's good to go. This online photo editor can be used either by entering image url, uploading image or by creating a new banner. Following options are available for editing photos and creating flawless banners: 1. Basic 2. Text 3. Drawing 4. Fliters 5. Shapes 6. Stickers The basic tab gives you option to either crop, rotate, resize, round, color and merge. All names are self explanatory. The text tab allows you to insert text by choosing any font of your liking from the list of available ones. The drawing tab gives you option to pick a brush of different thicknesses. You have 7 types of brushes available to suit your needs. Filters can be used to enhance your photo by picking and applying a filter like greyscale, invert, sepia, noise etc. Shapes tab can be used to put various shapes like circle, rectangle, triangle, ellipse and polygon into your photo or banner. Sticker tab gives you option to put interesting stickers into your image or banner. You are provided with categories of stickers like bubbles, stars, transportation, doodles, landmarks, beach, animals & clouds.
확장 프로그램 기본 정보
이름 | |
ID | akcgjjdppiajicgmjkggechdkolcpfkm |
공식 URL | https://chrome.google.com/webstore/detail/easy-online-imagephoto-ed/akcgjjdppiajicgmjkggechdkolcpfkm |
설명 | Create and edit photos/images with simple and easy online photo editor |
파일 크기 | 8.52 KB |
설치 횟수 | 385 |
현재 버전 | 1.0 |
최근 업데이트 | 2020-05-23 |
출시 날짜 | 2020-05-23 |
평점 | 2.75/5 총 4 개의 평점 |
개발자 | https://photoeditor.chromecrxstore.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://photoeditor.chromecrxstore.com/ |
개인정보 보호 정책 페이지 URL | https://chromecrxstore.com/privacy-policy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Easy Online Image\/Photo Editor", "version": "1.0", "description": "Create and edit photos\/images with simple and easy online photo editor", "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "homepage_url": "https:\/\/photoeditor.chromecrxstore.com\/", "browser_action": { "default_icon": "icon.png", "default_title": "Simple Image Editor Online" }, "background": { "scripts": [ "background.js" ], "persistent": false } } |