Image Editor

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

Was ist Image Editor?

Image Editor ist eine Chrome-Erweiterung, die von https://the-image-editor.com entwickelt wurde, und ihr Hauptmerkmal ist "You can modify image text, image text, image watermark, rotation, filter, crop, flip, color. And get the DataURL of the picture.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Image Editor-Erweiterungs-CRX-Datei herunterladen

Laden Sie Image Editor-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Image Editor Image Editor
ID inaidjpincclibfdfpekgbfcejampkdi
Offizielle URL https://chromewebstore.google.com/detail/image-editor/inaidjpincclibfdfpekgbfcejampkdi
Beschreibung You can modify image text, image text, image watermark, rotation, filter, crop, flip, color. And get the DataURL of the picture.
Dateigröße 37.43 KB
Installationsanzahl 863
Aktuelle Version 1.6.915
Letztes Update 2022-08-21
Veröffentlichungsdatum 2020-07-26
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler https://the-image-editor.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.the-image-editor.com
Hilfeseite URL http://the-image-editor.com/privacy
Unterstützte Sprachen 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.6.915"
}