Image Editor

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

Что такое Image Editor?

Image Editor - это расширение Chrome, разработанное https://the-image-editor.com, и его основная функция - "You can modify image text, image text, image watermark, rotation, filter, crop, flip, color. And get the DataURL of the picture.".

Снимки экрана расширения

screenshot
screenshot
screenshot

Скачать файл CRX расширения Image Editor

Скачайте файлы расширений Image 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                    

Основная информация о расширении

Название Image Editor Image Editor
ID inaidjpincclibfdfpekgbfcejampkdi
Официальный URL https://chromewebstore.google.com/detail/image-editor/inaidjpincclibfdfpekgbfcejampkdi
Описание You can modify image text, image text, image watermark, rotation, filter, crop, flip, color. And get the DataURL of the picture.
Размер файла 37.43 KB
Количество установок 863
Текущая Версия 1.6.915
Последнее Обновление 2022-08-21
Дата публикации 2020-07-26
Рейтинг 5.00/5 Всего 1 оценок
Разработчик https://the-image-editor.com
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://www.the-image-editor.com
URL страницы помощи http://the-image-editor.com/privacy
Поддерживаемые языки 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"
}