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.”。
擴展截圖
下載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. 擴展基本資訊
| 名稱 | |
| ID | oglcbfocdkemachifmnimbblndgmlhbi |
| 官方網址 | 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:\/\/*\/*"
]
} | |