Fatkun Image Editor, Fe

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

Co to jest Fatkun Image Editor, Fe?

Fatkun Image Editor, Fe to rozszerzenie Chrome opracowane przez aituxiu, a jego główną funkcją jest „Full featured image editor using HTML5 Canvas. It's easy to use and provides powerful filters.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Fatkun Image Editor, Fe

Pobierz pliki rozszerzeń Fatkun Image Editor, Fe w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Fatkun Image Editor, Fe Fatkun Image Editor, Fe
ID eebchbokmimedlkmnaknibgmdjkgmoff
Oficjalny URL https://chromewebstore.google.com/detail/fatkun-image-editor-fe/eebchbokmimedlkmnaknibgmdjkgmoff
Opis Full featured image editor using HTML5 Canvas. It's easy to use and provides powerful filters.
Rozmiar pliku 844 KB
Liczba instalacji 1,456
Aktualna Wersja 1.0.3
Ostatnia Aktualizacja 2022-02-24
Data Publikacji 2022-01-28
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper aituxiu
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://static.f7tk.com/privacy.html
Obsługiwane Języki 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": [
                ""
            ]
        }
    ]
}