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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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": [
                ""
            ]
        }
    ]
}