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؟

Free Photo Editor هو إضافة Chrome تم تطويرها بواسطة GT، والميزة الرئيسية لها هي "You can modify image text, image text, image watermark, rotation, filter, crop, flip, color. And get the DataURL of the picture.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Free Photo Editor

قم بتنزيل ملفات الامتداد Free Photo Editor بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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                    

معلومات أساسية عن التمديد

الاسم Free Photo Editor Free Photo Editor
ID bcddhhapididnllhibcidgmiojengdag
عنوان URL الرسمي https://chromewebstore.google.com/detail/free-photo-editor/bcddhhapididnllhibcidgmiojengdag
الوصف You can modify image text, image text, image watermark, rotation, filter, crop, flip, color. And get the DataURL of the picture.
حجم الملف 37.13 KB
عدد التثبيتات 2,152
النسخة الحالية 1.8
آخر تحديث 2022-08-21
تاريخ النشر 2020-12-31
تقييم 3.67/5 مجموع تقييمات 3
المطور GT
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://the-image-editor.com
عنوان صفحة المساعدة https://the-image-editor.com/privacy
عنوان صفحة سياسة الخصوصية https://newtabplus.me/privacy-policy.html
اللغات المدعومة 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"
}