Free Photo Editor

You can modify image text, image text, image watermark, rotation, filter, crop, flip, color. And get the DataURL of the picture.

什么是Free Photo Editor?

Free Photo Editor是由GT开发的Chrome扩展程序,该扩展的主要功能是“You can modify image text, image text, image watermark, rotation, filter, crop, flip, color. And get the DataURL of the picture.”。

扩展截图

screenshot
screenshot
screenshot

下载Free Photo Editor扩展crx文件

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

扩展使用说明

                        Right-click the picture to edit online!

Edit pictures online, you can modify text, image text, image watermark, rotation, filter, crop, flip, color. And get the DataURL of the picture.

Photo manipulation
Crop, Flip, Rotation, Drawing, Shape, Icon, Text, Mask Filter, Image Filter


Integration function
Download, Image Load, Undo, Redo, Reset, Delete Object(Shape, Line, Mask Image...)

Powerful filter function
Grayscale, Invert, Sepia, Blur Sharpen, Emboss, RemoveWhite, Brightness, Noise, Pixelate, ColorFilter, Tint, Multiply, Blend

Features
Load image to canvas
Undo/Redo (With shortcut)
Crop
Flip
Rotation
Free drawing
Line drawing
Shape
Icon
Text
Mask Filter
Image Filter                    

扩展基本信息

名称 Free Photo Editor Free Photo Editor
ID bcddhhapididnllhibcidgmiojengdag
官方URL https://chromewebstore.google.com/detail/free-photo-editor/bcddhhapididnllhibcidgmiojengdag
简介 You can modify image text, image text, image watermark, rotation, filter, crop, flip, color. And get the DataURL of the picture.
文件大小 37.13 KB
安装次数 2,152
当前版本 1.8
更新时间 2022-08-21
上架时间 2020-12-31
评分 3.67/5 共3次评分
开发者 GT
电子邮箱 [email protected]
付费类型 free
扩展官网 https://the-image-editor.com
帮助页面URL https://the-image-editor.com/privacy
隐私政策页面URL https://newtabplus.me/privacy-policy.html
支持的语言 de,en,fr,es,it
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "the-image-editor.com",
    "background": {
        "service_worker": "js\/background.js"
    },
    "action": {
        "default_icon": "images\/icons\/128.png",
        "default_title": "__MSG_ext_name__",
        "default_popup": "index.html"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "js\/content_script.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "default_locale": "en",
    "description": "__MSG_ext_description__",
    "homepage_url": "https:\/\/www.the-image-editor.com\/",
    "icons": {
        "128": "images\/icons\/128.png",
        "16": "images\/icons\/16.png",
        "32": "images\/icons\/32.png",
        "48": "images\/icons\/48.png"
    },
    "manifest_version": 3,
    "name": "__MSG_ext_name__",
    "permissions": [
        "contextMenus"
    ],
    "host_permissions": [
        "*:\/\/*.the-image-editor.com\/"
    ],
    "version": "1.8"
}