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.

Hvad er Polarr | Web-Based Online Photo Editor?

Polarr | Web-Based Online Photo Editor er en Chrome-udvidelse udviklet af https://www.photoeditoronline.net, og dens hovedfunktion er "Polarr is a Web-Based Online Photo Editor software. Use Advanced Polarr photo editor for photo editing for free.".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Polarr | Web-Based Online Photo Editor-udvidelses-CRX-fil

Download Polarr | Web-Based Online Photo Editor-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn Polarr | Web-Based Online Photo Editor Polarr | Web-Based Online Photo Editor
ID ompfoigoojdbdogpbklbcpikbnmiedfo
Officiel URL https://chromewebstore.google.com/detail/polarr-web-based-online-p/ompfoigoojdbdogpbklbcpikbnmiedfo
Beskrivelse Polarr is a Web-Based Online Photo Editor software. Use Advanced Polarr photo editor for photo editing for free.
Filstørrelse 64.47 KB
Antal Installationer 770
Nuværende Version 1.0.1
Senest Opdateret 2022-06-09
Udgivelsesdato 2022-06-09
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler https://www.photoeditoronline.net
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://www.photoeditoronline.net/
Hjælpeside-URL https://www.photoeditoronline.net/contact-us/
URL til Fortrolighedspolitik Side https://www.photoeditoronline.net/privacy-policy
Understøttede Sprog 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"
            ]
        }
    ]
}