Polarr | Web-Based Online Photo Editor

Polarr is a Web-Based Online Photo Editor software. Use Advanced Polarr photo editor for photo editing for free.

Cos'è Polarr | Web-Based Online Photo Editor?

Polarr | Web-Based Online Photo Editor è un'estensione di Chrome sviluppata da https://www.photoeditoronline.net, e la sua funzione principale è "Polarr is a Web-Based Online Photo Editor software. Use Advanced Polarr photo editor for photo editing for free.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Polarr | Web-Based Online Photo Editor

Scarica i file di estensione Polarr | Web-Based Online Photo Editor in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Polarr is a photo editor software if you are looking for a high-quality photo editor. Polarr is the best web-based photo editor and you can use it for free.

Polarr is now getting a chrome web store. If you are looking for a free online photo editor then Polarr is for you. With Polarr you can give photo effects. You can use Polarr online photo editor to capture your normal image. You don't have to spend money to use Polarr. Polarr is a free photo-editing application.

You will need an internet connection to use Polarr as it is a web-based application. If you have an internet connection, I can do Polarr photo editing with any browser. Here you will find many features like image crop, text, retouch, and overlays. Polarr has a lot of advanced effects if you want to give interesting effects to photos. You can add Polarr extensions from the chrome web store to use Polarr Regular                    

Informazioni di Base sull'Estensione

Nome Polarr | Web-Based Online Photo Editor Polarr | Web-Based Online Photo Editor
ID ompfoigoojdbdogpbklbcpikbnmiedfo
URL Ufficiale https://chromewebstore.google.com/detail/polarr-web-based-online-p/ompfoigoojdbdogpbklbcpikbnmiedfo
Descrizione Polarr is a Web-Based Online Photo Editor software. Use Advanced Polarr photo editor for photo editing for free.
Dimensione del File 64.47 KB
Conteggio Installazioni 770
Versione Corrente 1.0.1
Ultimo Aggiornamento 2022-06-09
Data di Pubblicazione 2022-06-09
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore https://www.photoeditoronline.net
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.photoeditoronline.net/
URL della Pagina di Aiuto https://www.photoeditoronline.net/contact-us/
URL della Pagina della Politica sulla Privacy https://www.photoeditoronline.net/privacy-policy
Lingue Supportate en
manifest.json
{
    "manifest_version": 3,
    "version": "1.0.1",
    "name": "Polarr | Web-Based Online Photo Editor",
    "description": "Polarr is a Web-Based Online Photo Editor software. Use Advanced Polarr photo editor for photo editing for free.",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "offline_enabled": true,
    "icons": {
        "16": "icons\/icon-16.png",
        "32": "icons\/icon-32.png",
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png",
        "512": "icons\/icon-512.png"
    },
    "action": {
        "default_icon": {
            "16": "icons\/default_icon_16.png",
            "32": "icons\/default_icon_32.png",
            "48": "icons\/default_icon_48.png",
            "128": "icons\/default_icon_128.png",
            "512": "icons\/default_icon_512.png"
        }
    },
    "background": {
        "service_worker": "service-worker.js"
    },
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "*:\/\/*.photoeditor.polarr.co\/*"
            ],
            "js": [
                "app.js"
            ]
        }
    ]
}