Pixlr | Free Photo editor online

Pixlr is the best web-based free photo editor online, animation, remove background, and graphic design application.

What is Pixlr | Free Photo editor online?

Pixlr | Free Photo editor online is a Chrome extension developed by https://www.photoeditoronline.net, and its main feature is "Pixlr is the best web-based free photo editor online, animation, remove background, and graphic design application.".

Extension Screenshots

screenshot
screenshot

Download Pixlr | Free Photo editor online Extension CRX File

Download Pixlr | Free Photo editor online extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Pixlr is a professional photo editing software. Here you can do photo editor image animation and design.

Pixlr is now available in the chrome web store. If you are looking for professional photo editor chrome web extension software,  now you can use Pixlr Photo editor, animation, and design. You can use it for free. Looking for a great photo editor online for free. So Pixlr is the best because you can edit photos, animation, graphic design, and remove background. You will also find many more features here. 

Pixlr The main two features are Pixlr -E and another is Pixlr -E. Pixlr -E is a photo editor tool and Pixlr -X is a design tool. Now you get these two features chrome web store. You do not have to spend any money to use it. Also, use Pixlr without download because it is browser-based. All you need to use Pixlr is an internet connection on your laptop or PC. Then You can open Pixlr with any browser like chrome, firefox, etc.                    

Extension Basic Information

Name Pixlr | Free Photo editor online Pixlr | Free Photo editor online
ID caecomkodkibpkhjfibeojafdfkkbbmn
Official URL https://chromewebstore.google.com/detail/pixlr-free-photo-editor-o/caecomkodkibpkhjfibeojafdfkkbbmn
Description Pixlr is the best web-based free photo editor online, animation, remove background, and graphic design application.
File Size 125 KB
Installation Count 5,276
Current Version 1.2.2
Last Updated 2022-06-08
Publish Date 2022-05-31
Rating 1.00/5 Total 1 Ratings
Developer https://www.photoeditoronline.net
Email [email protected]
Payment Type free
Extension Website https://www.photoeditoronline.net/
Help Page URL https://www.photoeditoronline.net/contact-us/
Privacy Policy Page URL https://www.photoeditoronline.net/privacy-policy
Supported Languages en
manifest.json
{
    "manifest_version": 3,
    "version": "1.2.2",
    "name": "Pixlr | Free Photo editor online",
    "description": "Pixlr is the best web-based free photo editor online, animation, remove background, and graphic design application.",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "offline_enabled": true,
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png",
        "512": "icons\/512.png"
    },
    "action": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png",
        "512": "icons\/512.png",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "service-worker.js"
    },
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "*:\/\/*.photoeditoronline.net\/*"
            ],
            "js": [
                "app.js"
            ]
        }
    ]
}