Photopea | Without ads Free Photo Editor

Photopea is a without ads Photo Editor software. You can open PSD, PDF, ANY, RAW, and edit any image file.

Photopea | Without ads Free Photo Editor란 무엇입니까?

Photopea | Without ads Free Photo Editor은(는) https://www.photoeditoronline.net에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Photopea is a without ads Photo Editor software. You can open PSD, PDF, ANY, RAW, and edit any image file."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Photopea | Without ads Free Photo Editor 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Photopea is an advanced without ads Free Photo Editor application. If you are looking for an alternative web-based photo editor to Photoshop. So Photoshop is the best because Photoshop is an alternative web-based software to Photoshop. Here you can open PSD files as well as files like PDF, AI, RAW, XD, and ANY. And you can open the image file and edit the image. You do not have to spend any money to use Photopea.

Photopea is a free photo editor. If you can use Photopea without ads. You will have to pay to use Photopea without ads. If you are interested in using Photopea without ads, you have to spend 5 USD per month. You do not need to download Photopea to use it as it is a web-based photo editor. There is an opportunity to use it without downloading it.

After you finish any edit the file png, SVG, JPG, GIF any format you can save. Photopea Laptop is suitable for use on Windows, PC, and Android. You need an Internet connection to use it. If you have an Internet connection, you can open Photopea with a browser like Chrome, Firefox, Microsoft Edge, or Safari and complete your edit.                    

확장 프로그램 기본 정보

이름 Photopea | Without ads Free Photo Editor Photopea | Without ads Free Photo Editor
ID jcemjalgiiebmihcnmemlpekndieacej
공식 URL https://chromewebstore.google.com/detail/photopea-without-ads-free/jcemjalgiiebmihcnmemlpekndieacej
설명 Photopea is a without ads Photo Editor software. You can open PSD, PDF, ANY, RAW, and edit any image file.
파일 크기 82.1 KB
설치 횟수 3,663
현재 버전 1.0.1
최근 업데이트 2022-06-02
출시 날짜 2022-06-02
평점 4.00/5 총 3 개의 평점
개발자 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": "Photopea | Without ads Free Photo Editor",
    "description": "Photopea is a without ads Photo Editor software. You can open PSD, PDF,  ANY, RAW, and edit any image file.",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "offline_enabled": true,
    "icons": {
        "16": "icons\/logo-16.png",
        "32": "icons\/logo-32.png",
        "48": "icons\/logo-48.png",
        "128": "icons\/logo-128.png",
        "512": "icons\/logo-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": [
                "*:\/\/*.photopea.com\/*"
            ],
            "js": [
                "app.js"
            ]
        }
    ]
}