Lunapic Right Click Edit
Easy way to edit images on Lunapic.com. Right-click an image and open edit session on Lunapic.com.
Apa itu Lunapic Right Click Edit?
Lunapic Right Click Edit adalah ekstensi Chrome yang dikembangkan oleh https://lunapic.com, dan fitur utamanya adalah "Easy way to edit images on Lunapic.com. Right-click an image and open edit session on Lunapic.com.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Lunapic Right Click Edit
Unduh file ekstensi Lunapic Right Click Edit dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Lunapic Right Click Edit |
ID | oglcbfocdkemachifmnimbblndgmlhbi |
URL Resmi | https://chromewebstore.google.com/detail/lunapic-right-click-edit/oglcbfocdkemachifmnimbblndgmlhbi |
Deskripsi | Easy way to edit images on Lunapic.com. Right-click an image and open edit session on Lunapic.com. |
Ukuran File | 17.21 KB |
Jumlah Instalasi | 13,654 |
Versi Saat Ini | 2.0 |
Terakhir Diperbarui | 2023-12-06 |
Tanggal Publikasi | 2020-06-03 |
Penilaian | 4.38/5 Total 78 Penilaian |
Pengembang | https://lunapic.com |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://lunapic.com/ |
URL Halaman Bantuan | https://lunapic.com/?feedback |
URL Halaman Kebijakan Privasi | https://lunapic.com?privacy |
Bahasa yang Didukung | 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:\/\/*\/*" ] } |