Free Photo Editor

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

Free Photo Editor là gì?

Free Photo Editor là một tiện ích mở rộng Chrome được phát triển bởi GT, và tính năng chính của nó là "You can modify image text, image text, image watermark, rotation, filter, crop, flip, color. And get the DataURL of the picture.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Free Photo Editor

Tải xuống các tệp mở rộng Free Photo Editor dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Free Photo Editor Free Photo Editor
ID bcddhhapididnllhibcidgmiojengdag
URL Chính Thức https://chromewebstore.google.com/detail/free-photo-editor/bcddhhapididnllhibcidgmiojengdag
Mô tả You can modify image text, image text, image watermark, rotation, filter, crop, flip, color. And get the DataURL of the picture.
Kích Thước Tệp 37.13 KB
Số Lần Cài Đặt 2,152
Phiên Bản Hiện Tại 1.8
Cập Nhật Lần Cuối 2022-08-21
Ngày Phát Hành 2020-12-31
Đánh Giá 3.67/5 Tổng số 3 Đánh Giá
Nhà Phát Triển GT
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://the-image-editor.com
URL Trang Trợ Giúp https://the-image-editor.com/privacy
URL Trang Chính Sách Bảo Mật https://newtabplus.me/privacy-policy.html
Ngôn Ngữ Được Hỗ Trợ 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.8"
}