Fatkun Image Editor, Fe

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

Apa itu Fatkun Image Editor, Fe?

Fatkun Image Editor, Fe adalah ekstensi Chrome yang dikembangkan oleh aituxiu, dan fitur utamanya adalah "Full featured image editor using HTML5 Canvas. It's easy to use and provides powerful filters.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Fatkun Image Editor, Fe

Unduh file ekstensi Fatkun Image Editor, Fe dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Fatkun Image Editor, Fe Fatkun Image Editor, Fe
ID eebchbokmimedlkmnaknibgmdjkgmoff
URL Resmi https://chromewebstore.google.com/detail/fatkun-image-editor-fe/eebchbokmimedlkmnaknibgmdjkgmoff
Deskripsi Full featured image editor using HTML5 Canvas. It's easy to use and provides powerful filters.
Ukuran File 844 KB
Jumlah Instalasi 1,456
Versi Saat Ini 1.0.3
Terakhir Diperbarui 2022-02-24
Tanggal Publikasi 2022-01-28
Penilaian 5.00/5 Total 1 Penilaian
Pengembang aituxiu
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://static.f7tk.com/privacy.html
Bahasa yang Didukung 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": [
                ""
            ]
        }
    ]
}