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はaituxiuによって開発されたChromeの拡張機能で、その主な機能は「Full featured image editor using HTML5 Canvas. It's easy to use and provides powerful filters.」です。

拡張機能のスクリーンショット

screenshot
screenshot

Fatkun Image Editor, Fe拡張機能のCRXファイルをダウンロード

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
Eメール [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": [
                ""
            ]
        }
    ]
}