Lunapic Right Click Edit

Easy way to edit images on Lunapic.com. Right-click an image and open edit session on Lunapic.com.

Lunapic Right Click Edit란 무엇입니까?

Lunapic Right Click Edit은(는) https://lunapic.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Easy way to edit images on Lunapic.com. Right-click an image and open edit session on Lunapic.com."입니다.

확장 프로그램 스크린샷

screenshot

Lunapic Right Click Edit 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Edit images easily with Lunapic.com.  This extension adds a right click option to images to easily edit with Lunapic.  Create animations, add effects, or just crop and save.                    

확장 프로그램 기본 정보

이름 Lunapic Right Click Edit Lunapic Right Click Edit
ID oglcbfocdkemachifmnimbblndgmlhbi
공식 URL https://chromewebstore.google.com/detail/lunapic-right-click-edit/oglcbfocdkemachifmnimbblndgmlhbi
설명 Easy way to edit images on Lunapic.com. Right-click an image and open edit session on Lunapic.com.
파일 크기 17.21 KB
설치 횟수 13,654
현재 버전 2.0
최근 업데이트 2023-12-06
출시 날짜 2020-06-03
평점 4.38/5 총 78 개의 평점
개발자 https://lunapic.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://lunapic.com/
도움말 페이지 URL https://lunapic.com/?feedback
개인정보 보호 정책 페이지 URL https://lunapic.com?privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Lunapic Right Click Edit",
    "description": "Easy way to edit images on Lunapic.com. Right-click an image and open edit session on Lunapic.com.",
    "version": "2.0",
    "icons": {
        "128": "icon-128.png",
        "48": "icon-48.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": "icon.png",
        "default_title": "Lunapic Right Click"
    },
    "permissions": [
        "contextMenus"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}