Better Photo Editor

Better Photo Editor

Better Photo Editor란 무엇입니까?

Better Photo Editor은(는) Austin Viens-DeRuisseau에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Better Photo Editor"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Better Photo Editor 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This tool is an improved photo and GIF editing tool to help improve the way to edit photos and being able to take quick screenshots. With a various amount of tools available, there are many ways you can edit your photos into the way that you want them to be. 
I developed this on my own and updates will be coming and any feedback is appreciated!

- Edit Gifs
- Create Gifs
- Create quick image edits or add text to an image
- Apply various filters onto images

Donation Link - https://streamlabs.com/nochillaustin 
Any donation is appreciated but if you aren't able to then that is alright! I appreciate you <3                    

확장 프로그램 기본 정보

이름 Better Photo Editor Better Photo Editor
ID phfpepcgindpghhmeppdgmknkkfcjelg
공식 URL https://chromewebstore.google.com/detail/better-photo-editor/phfpepcgindpghhmeppdgmknkkfcjelg
설명 Better Photo Editor
파일 크기 6.09 MB
설치 횟수 144
현재 버전 0.0.0.4
최근 업데이트 2021-05-24
출시 날짜 2021-05-07
평점 5.00/5 총 2 개의 평점
개발자 Austin Viens-DeRuisseau
이메일 [email protected]
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Better Photo Editor",
    "version": "0.0.0.4",
    "description": "Better Photo Editor",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "CSS\/style.css"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "Images\/Drawing.png",
        "default_title": "",
        "default_popup": "Home.html"
    },
    "permissions": [
        "",
        "http:\/\/*\/",
        "https:\/\/*\/",
        "activeTab",
        "unlimitedStorage"
    ],
    "manifest_version": 2
}