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文件

下载Lunapic Right Click Edit扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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:\/\/*\/*"
    ]
}