Easy Online Image/Photo Editor
Create and edit photos/images with simple and easy online photo editor
What is Easy Online Image/Photo Editor?
Easy Online Image/Photo Editor is a Chrome extension developed by https://photoeditor.chromecrxstore.com, and its main feature is "Create and edit photos/images with simple and easy online photo editor".
Extension Screenshots
Download Easy Online Image/Photo Editor Extension CRX File
Download Easy Online Image/Photo Editor extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | akcgjjdppiajicgmjkggechdkolcpfkm |
Official URL | https://chrome.google.com/webstore/detail/easy-online-imagephoto-ed/akcgjjdppiajicgmjkggechdkolcpfkm |
Description | Create and edit photos/images with simple and easy online photo editor |
File Size | 8.52 KB |
Installation Count | 385 |
Current Version | 1.0 |
Last Updated | 2020-05-23 |
Publish Date | 2020-05-23 |
Rating | 2.75/5 Total 4 Ratings |
Developer | https://photoeditor.chromecrxstore.com |
[email protected] | |
Payment Type | free |
Extension Website | https://photoeditor.chromecrxstore.com/ |
Privacy Policy Page URL | https://chromecrxstore.com/privacy-policy |
Supported Languages | 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 } } |