Pixlr | Free Photo editor online

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

O que é Pixlr | Free Photo editor online?

Pixlr | Free Photo editor online é uma extensão do Chrome desenvolvida por https://www.photoeditoronline.net, e sua principal característica é "Pixlr is the best web-based free photo editor online, animation, remove background, and graphic design application.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Pixlr | Free Photo editor online

Baixe arquivos de extensão Pixlr | Free Photo editor online no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Pixlr | Free Photo editor online Pixlr | Free Photo editor online
ID caecomkodkibpkhjfibeojafdfkkbbmn
URL Oficial https://chromewebstore.google.com/detail/pixlr-free-photo-editor-o/caecomkodkibpkhjfibeojafdfkkbbmn
Descrição Pixlr is the best web-based free photo editor online, animation, remove background, and graphic design application.
Tamanho do Arquivo 125 KB
Contagem de Instalações 5,276
Versão Atual 1.2.2
Última Atualização 2022-06-08
Data de Publicação 2022-05-31
Classificação 1.00/5 Total de 1 Avaliações
Desenvolvedor https://www.photoeditoronline.net
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.photoeditoronline.net/
URL da Página de Ajuda https://www.photoeditoronline.net/contact-us/
URL da Página de Política de Privacidade https://www.photoeditoronline.net/privacy-policy
Idiomas Suportados 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"
            ]
        }
    ]
}