Simple Photo Editor

Your easy and simple photo editor for your Browser

ما هو Simple Photo Editor؟

Simple Photo Editor هو إضافة Chrome تم تطويرها بواسطة https://www.mediamaster.eu، والميزة الرئيسية لها هي "Your easy and simple photo editor for your Browser".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

قم بتنزيل ملفات الامتداد Simple Photo Editor بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        This easy photo editor for your browser Chrome is web application that works by using the canvas element and saving it in jpg, png, bmp, tiff, gif and pdf. In short is too image converter. This tool takes either an image JPG, GIF, TIFF, BMP, PNG and you can to import new file or new layer from your file system.
====
Date 06/10/2023 - The extension is free!
Release 4.0.5 - Improved the GUI, the speed of execution of commands and added new languages: Portuguese, Russian, Japanese, German, Korean, French, Turkish
====
Here is a list of functions for the manipulation of images and photos:

- functions Undo / Redo;

- crop layer;

- scale image and layer;

- rotate image and layer;

- flip vertically image and layer;

- flip horizontally image and layer;

- images to PDF converter;

- image manipulation with context menu;

- imgur instant upload with HTML5 file reader (context menu);
- exit Image Metadata Viewer with context menu;
- reverse Image Search with HTML5 API file reader;
- reverse images Search Engine (context menu);
- convert image to Data URI (context menu);
- import image in light photo editing tools (context menu);
- get screenshot of web page or of html element using context menu;
- capture desktop and edit screenshot
=================
Release 3.6.0 - In main window of web-app (Graphic Image Editor) now you can import json file (with full layers data) also using drag and drop method
=================
Release 3.5.0 - Added alternative and simple photo editing on context menu
=================
Release 3.0.0 - New UI for client-side photo editor
===========================

Release 2.8.5 - Upload Image on Imgur via FileSystem

===========================

Release 2.8.0 - Cloud Print Button or export 
content to Google Drive in PDF format 
===========================

===========================

Release 2.7.0 - Enhanced Light Photo Editor
===========================
Release 2.6.0
Now you can export your screenshot to PDF

Release 2.5.0 
Added command to desktop capture and edit it using context menu

Release 2.1.0 
- Improved function to take screenshot of whole web page

Release 2.0 
- New function to convert Image to OCR (Optical character recognition). This OCR function work offline too

Release 1.9.0  
- Get screenshot of web page or of html element using context menu

Release 1.6.0 
- Get Header & Content of images using context menu with online tools

The main filters: 
Brightness, Desaturation, Blur, Gaussian Blur, Emboss and other useful effects to apply to photos quickly.                    

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

الاسم Simple Photo Editor Simple Photo Editor
ID lpadhbfdofcjdbgcjndngopdphkeohbn
عنوان URL الرسمي https://chromewebstore.google.com/detail/simple-photo-editor/lpadhbfdofcjdbgcjndngopdphkeohbn
الوصف Your easy and simple photo editor for your Browser
حجم الملف 1.64 MB
عدد التثبيتات 38
النسخة الحالية 4.0.5
آخر تحديث 2023-10-07
تاريخ النشر 2018-05-04
المطور https://www.mediamaster.eu
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة المساعدة http://mediamaster.eu/contatti
عنوان صفحة سياسة الخصوصية https://ulmdevice.altervista.org/privacy-policy.html
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Simple Photo Editor",
    "short_name": "Your Easy Photo Editor",
    "description": "Your easy and simple photo editor for your Browser",
    "version": "4.0.5",
    "minimum_chrome_version": "38",
    "icons": {
        "16": "assets\/icon_16.png",
        "128": "assets\/icon_128.png"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "desktopCapture",
        "contextMenus"
    ],
    "offline_enabled": true,
    "browser_action": {
        "default_icon": {
            "19": "assets\/icon_16.png",
            "38": "assets\/icon_128.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "lib\/gcp.js",
                "data\/js\/lib\/html2canvas.js",
                "content-script.js"
            ]
        }
    ],
    "author": "NewBauhaus",
    "content_security_policy": "script-src 'self' https:\/\/www.google.com\/ https:\/\/www.google.com\/cloudprint\/ https:\/\/api.imgur.com\/3\/ 'unsafe-eval'; connect-src *; default-src 'self' https:\/\/www.google.com\/ https:\/\/www.google.com\/cloudprint\/; frame-src 'self' https:\/\/www.google.com\/cloudprint\/ https:\/\/www.sumopaint.com\/app\/ https:\/\/pixlr.com\/ https:\/\/www.picmonkey.com\/; img-src * data:; style-src 'self' 'unsafe-inline';",
    "background": {
        "scripts": [
            "background.js",
            "lib\/gcp.js"
        ]
    }
}