Image Editor

You can modify image text, image text, image watermark, rotation, filter, crop, flip, color. And get the DataURL of the picture.

Image Editor란 무엇입니까?

Image Editor은(는) https://the-image-editor.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "You can modify image text, image text, image watermark, rotation, filter, crop, flip, color. And get the DataURL of the picture."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Image Editor 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Right-click the picture to edit online!

Edit pictures online, you can modify text, image text, image watermark, rotation, filter, crop, flip, color. And get the DataURL of the picture.

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

Features
Load image to canvas
Undo/Redo (With shortcut)
Crop
Flip
Rotation
Free drawing
Line drawing
Shape
Icon
Text
Mask Filter
Image Filter                    

확장 프로그램 기본 정보

이름 Image Editor Image Editor
ID inaidjpincclibfdfpekgbfcejampkdi
공식 URL https://chromewebstore.google.com/detail/image-editor/inaidjpincclibfdfpekgbfcejampkdi
설명 You can modify image text, image text, image watermark, rotation, filter, crop, flip, color. And get the DataURL of the picture.
파일 크기 37.43 KB
설치 횟수 863
현재 버전 1.6.915
최근 업데이트 2022-08-21
출시 날짜 2020-07-26
평점 5.00/5 총 1 개의 평점
개발자 https://the-image-editor.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.the-image-editor.com
도움말 페이지 URL http://the-image-editor.com/privacy
지원되는 언어 de,en,fr,es,it
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "the-image-editor.com",
    "background": {
        "service_worker": "js\/background.js"
    },
    "action": {
        "default_icon": "images\/icons\/128.png",
        "default_title": "__MSG_ext_name__",
        "default_popup": "index.html"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "js\/content_script.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "default_locale": "en",
    "description": "__MSG_ext_description__",
    "homepage_url": "https:\/\/www.the-image-editor.com\/",
    "icons": {
        "128": "images\/icons\/128.png",
        "16": "images\/icons\/16.png",
        "32": "images\/icons\/32.png",
        "48": "images\/icons\/48.png"
    },
    "manifest_version": 3,
    "name": "__MSG_ext_name__",
    "permissions": [
        "contextMenus"
    ],
    "host_permissions": [
        "*:\/\/*.the-image-editor.com\/"
    ],
    "version": "1.6.915"
}