Free Photo Editor

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

¿Qué es Free Photo Editor?

Free Photo Editor es una extensión de Chrome desarrollada por GT, y su función principal es "You can modify image text, image text, image watermark, rotation, filter, crop, flip, color. And get the DataURL of the picture.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Free Photo Editor

Descarga archivos de extensión Free Photo Editor en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre Free Photo Editor Free Photo Editor
ID bcddhhapididnllhibcidgmiojengdag
URL Oficial https://chromewebstore.google.com/detail/free-photo-editor/bcddhhapididnllhibcidgmiojengdag
Descripción You can modify image text, image text, image watermark, rotation, filter, crop, flip, color. And get the DataURL of the picture.
Tamaño del Archivo 37.13 KB
Cantidad de Instalaciones 2,152
Versión Actual 1.8
Última Actualización 2022-08-21
Fecha de Publicación 2020-12-31
Calificación 3.67/5 Total de 3 Calificaciones
Desarrollador GT
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://the-image-editor.com
URL de la Página de Ayuda https://the-image-editor.com/privacy
URL de la Página de Política de Privacidad https://newtabplus.me/privacy-policy.html
Idiomas Soportados 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"
}