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.

Polarr | Web-Based Online Photo Editor란 무엇입니까?

Polarr | Web-Based Online Photo Editor은(는) https://www.photoeditoronline.net에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Polarr is a Web-Based Online Photo Editor software. Use Advanced Polarr photo editor for photo editing for free."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Polarr | Web-Based Online Photo Editor 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 Polarr | Web-Based Online Photo Editor Polarr | Web-Based Online Photo Editor
ID ompfoigoojdbdogpbklbcpikbnmiedfo
공식 URL https://chromewebstore.google.com/detail/polarr-web-based-online-p/ompfoigoojdbdogpbklbcpikbnmiedfo
설명 Polarr is a Web-Based Online Photo Editor software. Use Advanced Polarr photo editor for photo editing for free.
파일 크기 64.47 KB
설치 횟수 770
현재 버전 1.0.1
최근 업데이트 2022-06-09
출시 날짜 2022-06-09
평점 5.00/5 총 1 개의 평점
개발자 https://www.photoeditoronline.net
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.photoeditoronline.net/
도움말 페이지 URL https://www.photoeditoronline.net/contact-us/
개인정보 보호 정책 페이지 URL https://www.photoeditoronline.net/privacy-policy
지원되는 언어 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"
            ]
        }
    ]
}