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文件

下載Polarr | Web-Based Online Photo Editor擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
            ]
        }
    ]
}