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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://lunapic.com และคุณลักษณะหลักของมันคือ "Easy way to edit images on Lunapic.com. Right-click an image and open edit session on Lunapic.com."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Lunapic Right Click Edit

ดาวน์โหลดไฟล์ส่วนขยาย 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:\/\/*\/*"
    ]
}