Fatkun Image Editor, Fe

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

Cos'è Fatkun Image Editor, Fe?

Fatkun Image Editor, Fe è un'estensione di Chrome sviluppata da aituxiu, e la sua funzione principale è "Full featured image editor using HTML5 Canvas. It's easy to use and provides powerful filters.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Fatkun Image Editor, Fe

Scarica i file di estensione Fatkun Image Editor, Fe in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Fatkun Image Editor, Fe Fatkun Image Editor, Fe
ID eebchbokmimedlkmnaknibgmdjkgmoff
URL Ufficiale https://chromewebstore.google.com/detail/fatkun-image-editor-fe/eebchbokmimedlkmnaknibgmdjkgmoff
Descrizione Full featured image editor using HTML5 Canvas. It's easy to use and provides powerful filters.
Dimensione del File 844 KB
Conteggio Installazioni 1,456
Versione Corrente 1.0.3
Ultimo Aggiornamento 2022-02-24
Data di Pubblicazione 2022-01-28
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore aituxiu
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://static.f7tk.com/privacy.html
Lingue Supportate 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": [
                ""
            ]
        }
    ]
}