Fatkun Image Editor, Fe

Full featured image editor using HTML5 Canvas. It's easy to use and provides powerful filters.

Что такое Fatkun Image Editor, Fe?

Fatkun Image Editor, Fe - это расширение Chrome, разработанное aituxiu, и его основная функция - "Full featured image editor using HTML5 Canvas. It's easy to use and provides powerful filters.".

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

screenshot
screenshot

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

Скачайте файлы расширений Fatkun Image Editor, Fe в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Has full features that stick to the basic.
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                    

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

Название Fatkun Image Editor, Fe Fatkun Image Editor, Fe
ID eebchbokmimedlkmnaknibgmdjkgmoff
Официальный URL https://chromewebstore.google.com/detail/fatkun-image-editor-fe/eebchbokmimedlkmnaknibgmdjkgmoff
Описание Full featured image editor using HTML5 Canvas. It's easy to use and provides powerful filters.
Размер файла 844 KB
Количество установок 1,456
Текущая Версия 1.0.3
Последнее Обновление 2022-02-24
Дата публикации 2022-01-28
Рейтинг 5.00/5 Всего 1 оценок
Разработчик aituxiu
Электронная почта [email protected]
Тип оплаты free
URL страницы политики конфиденциальности https://static.f7tk.com/privacy.html
Поддерживаемые языки en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_icon": "images\/logo48.png",
        "default_title": "Fatkun Image Editor, Fe"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "description": "Full featured image editor using HTML5 Canvas. It's easy to use and provides powerful filters.",
    "icons": {
        "128": "images\/logo128.png",
        "16": "images\/logo16.png",
        "32": "images\/logo32.png",
        "48": "images\/logo48.png"
    },
    "manifest_version": 3,
    "name": "Fatkun Image Editor, Fe",
    "permissions": [
        "contextMenus"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "version": "1.0.3",
    "web_accessible_resources": [
        {
            "resources": [
                "**\/*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}