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”。

扩展截图

screenshot
screenshot

下载Easy Online Image/Photo Editor扩展crx文件

下载Easy Online Image/Photo Editor扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Easy Online Image/Photo Editor Easy Online Image/Photo Editor
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
    }
}