Fatkun Image Editor, Fe

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

Wat is Fatkun Image Editor, Fe?

Fatkun Image Editor, Fe is een Chrome-extensie ontwikkeld door aituxiu, en de belangrijkste functie is "Full featured image editor using HTML5 Canvas. It's easy to use and provides powerful filters.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Fatkun Image Editor, Fe

Download Fatkun Image Editor, Fe-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Fatkun Image Editor, Fe Fatkun Image Editor, Fe
ID eebchbokmimedlkmnaknibgmdjkgmoff
Officiële URL https://chromewebstore.google.com/detail/fatkun-image-editor-fe/eebchbokmimedlkmnaknibgmdjkgmoff
Beschrijving Full featured image editor using HTML5 Canvas. It's easy to use and provides powerful filters.
Bestandsgrootte 844 KB
Aantal Installaties 1,456
Huidige Versie 1.0.3
Laatst Bijgewerkt 2022-02-24
Publicatiedatum 2022-01-28
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar aituxiu
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://static.f7tk.com/privacy.html
Ondersteunde Talen 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": [
                ""
            ]
        }
    ]
}