Pixlr | Free Photo editor online
Pixlr is the best web-based free photo editor online, animation, remove background, and graphic design application.
Pixlr | Free Photo editor online란 무엇입니까?
Pixlr | Free Photo editor online은(는) https://www.photoeditoronline.net에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Pixlr is the best web-based free photo editor online, animation, remove background, and graphic design application."입니다.
확장 프로그램 스크린샷
Pixlr | Free Photo editor online 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Pixlr is a professional photo editing software. Here you can do photo editor image animation and design. Pixlr is now available in the chrome web store. If you are looking for professional photo editor chrome web extension software, now you can use Pixlr Photo editor, animation, and design. You can use it for free. Looking for a great photo editor online for free. So Pixlr is the best because you can edit photos, animation, graphic design, and remove background. You will also find many more features here. Pixlr The main two features are Pixlr -E and another is Pixlr -E. Pixlr -E is a photo editor tool and Pixlr -X is a design tool. Now you get these two features chrome web store. You do not have to spend any money to use it. Also, use Pixlr without download because it is browser-based. All you need to use Pixlr is an internet connection on your laptop or PC. Then You can open Pixlr with any browser like chrome, firefox, etc.
확장 프로그램 기본 정보
이름 | Pixlr | Free Photo editor online |
ID | caecomkodkibpkhjfibeojafdfkkbbmn |
공식 URL | https://chromewebstore.google.com/detail/pixlr-free-photo-editor-o/caecomkodkibpkhjfibeojafdfkkbbmn |
설명 | Pixlr is the best web-based free photo editor online, animation, remove background, and graphic design application. |
파일 크기 | 125 KB |
설치 횟수 | 5,276 |
현재 버전 | 1.2.2 |
최근 업데이트 | 2022-06-08 |
출시 날짜 | 2022-05-31 |
평점 | 1.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.2.2", "name": "Pixlr | Free Photo editor online", "description": "Pixlr is the best web-based free photo editor online, animation, remove background, and graphic design application.", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "offline_enabled": true, "icons": { "16": "icons\/16.png", "32": "icons\/32.png", "48": "icons\/48.png", "128": "icons\/128.png", "512": "icons\/512.png" }, "action": { "16": "icons\/16.png", "32": "icons\/32.png", "48": "icons\/48.png", "128": "icons\/128.png", "512": "icons\/512.png", "default_popup": "popup.html" }, "background": { "service_worker": "service-worker.js" }, "content_scripts": [ { "run_at": "document_end", "matches": [ "*:\/\/*.photoeditoronline.net\/*" ], "js": [ "app.js" ] } ] } |