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文件

下載Image Editor擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
}