Mini Photo Editor

Allows you to edit an image from a remote site or your computer, using the most common operations like resize, crop, rotate.

Mini Photo Editor란 무엇입니까?

Mini Photo Editor은(는) jonkotzonev에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Allows you to edit an image from a remote site or your computer, using the most common operations like resize, crop, rotate."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Have you ever browsed the internet to find an easy to use and free image editing tool? This extensions solves this problem. You can right click on any image on the internet and choose "Mini Photo Editor", which will open a new tab for you with the image displayed there and an option to edit it(resize, crop, rotate) and download the result right away. You can also upload your own  images from your local drive by clicking 'Load image' button. 
The "Mini Photo Editor" can be triggered by right clicking on images on any website or by clicking the "Mini Photo Editor" icon in the extensions bar. If you trigger the tool by right clicking on an image, the clicked image will be loaded, if you click on the icon in the extension bar an empty page will be opened, where you can select your image from local disk.                    

확장 프로그램 기본 정보

이름 Mini Photo Editor Mini Photo Editor
ID fimnokacnnhajejhgokdhjmhcogjngcj
공식 URL https://chromewebstore.google.com/detail/mini-photo-editor/fimnokacnnhajejhgokdhjmhcogjngcj
설명 Allows you to edit an image from a remote site or your computer, using the most common operations like resize, crop, rotate.
파일 크기 25.12 KB
설치 횟수 25
현재 버전 2.2
최근 업데이트 2024-01-18
출시 날짜 2022-07-09
개발자 jonkotzonev
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Mini Photo Editor",
    "description": "Allows you to edit an image from a remote site or your computer, using the most common operations like resize, crop, rotate.",
    "version": "2.2",
    "manifest_version": 3,
    "permissions": [
        "storage",
        "contextMenus"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "host_permissions": [
        "https:\/\/*\/"
    ],
    "action": [],
    "icons": {
        "16": "icon-16.png",
        "32": "icon-32.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    }
}