Online Image Editor (img2go.com)

Edit and convert images.

ما هو Online Image Editor (img2go.com)؟

Online Image Editor (img2go.com) هو إضافة Chrome تم تطويرها بواسطة https://img2go.com، والميزة الرئيسية لها هي "Edit and convert images.".

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

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Online Image Editor (img2go.com)

قم بتنزيل ملفات الامتداد Online Image Editor (img2go.com) بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Compress images or convert them to another format. The official extension from img2go.com.

An extension for lossless image compression and image conversion. Supports Gmail. Speed up your productivity by adding img2go.com to Chrome!

★ The tool adds an icon in your extension toolbar and lets you compress and convert files there without the need to visit our webpage.

★ The image converter extension contains the following tools:
- Compress image
- Convert to JPG
- Convert to PNG
- Resize image
- Edit photo
- Crop image
- Rotate image

★ The integration with Gmail is called when you compose a message and click on the small blue icon within the compose window.

★ Much more can be done with this extension:
- Turn a PDF or other documents into images
- Add drawings, boxes, arrows or texts to an image
- Change the file size of a photo to upload it to social media
- Rotate images that are upside-down or sideways
- Extract text from an image (OCR)
- Create a PowerPoint presentation from your photos
- Convert RAW camera images
- Turn a video into an animated GIF

If you have any questions, requests or need to get in touch with us, send us an e-mail to [email protected]

By installing the extension, you agree to our terms at https://www.img2go.com/terms                    

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

الاسم Online Image Editor (img2go.com) Online Image Editor (img2go.com)
ID kpecfgjcmboghimfnkpcfijmoknhipdi
عنوان URL الرسمي https://chromewebstore.google.com/detail/online-image-editor-img2g/kpecfgjcmboghimfnkpcfijmoknhipdi
الوصف Edit and convert images.
حجم الملف 4.01 MB
عدد التثبيتات 60,000
النسخة الحالية 7.5.1
آخر تحديث 2023-06-10
تاريخ النشر 2020-05-11
تقييم 4.67/5 مجموع تقييمات 42
المطور https://img2go.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://www.img2go.com
عنوان صفحة المساعدة https://www.img2go.com/help
عنوان صفحة سياسة الخصوصية https://www.img2go.com/privacy
اللغات المدعومة id,de,en,fr,vi,es,it,pt-PT,ru,hi,ar,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extension_img2go_name__",
    "short_name": "Img2Go",
    "description": "__MSG_extension_img2go_description__",
    "version": "7.5.1",
    "author": "https:\/\/img2go.com",
    "action": {
        "default_icon": "icons\/icon_64.png",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*",
                "https:\/\/www.bing.com\/*"
            ],
            "js": [
                "translate_content.js",
                "gmail_content.js"
            ],
            "css": [
                "style.css"
            ]
        },
        {
            "matches": [
                "https:\/\/www.google.com\/*"
            ],
            "js": [
                "translate_content.js"
            ],
            "css": [
                "css\/google_style.css",
                "style.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/*\/*"
            ],
            "exclude_matches": [
                "https:\/\/www.google.com\/*",
                "https:\/\/mail.google.com\/*",
                "https:\/\/www.bing.com\/*"
            ],
            "js": [
                "translate_content.js",
                "pdf_content.js",
                "pdf_injected.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "default_locale": "en",
    "externally_connectable": {
        "matches": [
            "*:\/\/*.img2go.com\/*",
            "*:\/\/*.img2go.test\/*"
        ]
    },
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "file:\/\/*\/*"
    ],
    "icons": {
        "128": "icons\/icon_128.png",
        "16": "icons\/icon_16.png",
        "32": "icons\/icon_32.png",
        "64": "icons\/icon_64.png"
    },
    "manifest_version": 3,
    "minimum_chrome_version": "93",
    "options_page": "settings.html",
    "permissions": [
        "contextMenus",
        "storage",
        "scripting"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "pdf_injected.js",
                "gmail_injected_lib.js",
                "gmail_injected.js",
                "assets\/*",
                "css\/*",
                "img\/*",
                "webfonts\/*",
                "_locales\/*",
                "iframe.html"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/*\/*"
            ]
        }
    ]
}