Lunapic Right Click Edit
Easy way to edit images on Lunapic.com. Right-click an image and open edit session on Lunapic.com.
What is Lunapic Right Click Edit?
Lunapic Right Click Edit is a Chrome extension developed by https://lunapic.com, and its main feature is "Easy way to edit images on Lunapic.com. Right-click an image and open edit session on Lunapic.com.".
Extension Screenshots
Download Lunapic Right Click Edit Extension CRX File
Download Lunapic Right Click Edit extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Lunapic Right Click Edit |
ID | oglcbfocdkemachifmnimbblndgmlhbi |
Official URL | https://chromewebstore.google.com/detail/lunapic-right-click-edit/oglcbfocdkemachifmnimbblndgmlhbi |
Description | Easy way to edit images on Lunapic.com. Right-click an image and open edit session on Lunapic.com. |
File Size | 17.21 KB |
Installation Count | 13,654 |
Current Version | 2.0 |
Last Updated | 2023-12-06 |
Publish Date | 2020-06-03 |
Rating | 4.38/5 Total 78 Ratings |
Developer | https://lunapic.com |
[email protected] | |
Payment Type | free |
Extension Website | https://lunapic.com/ |
Help Page URL | https://lunapic.com/?feedback |
Privacy Policy Page URL | https://lunapic.com?privacy |
Supported Languages | 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:\/\/*\/*" ] } |