Lunapic Right Click Edit
Easy way to edit images on Lunapic.com. Right-click an image and open edit session on Lunapic.com.
Wat is Lunapic Right Click Edit?
Lunapic Right Click Edit is een Chrome-extensie ontwikkeld door https://lunapic.com, en de belangrijkste functie is "Easy way to edit images on Lunapic.com. Right-click an image and open edit session on Lunapic.com.".
Extensie Screenshots
Download het CRX-bestand van de extensie Lunapic Right Click Edit
Download Lunapic Right Click Edit-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | oglcbfocdkemachifmnimbblndgmlhbi |
| Officiële URL | https://chromewebstore.google.com/detail/lunapic-right-click-edit/oglcbfocdkemachifmnimbblndgmlhbi |
| Beschrijving | Easy way to edit images on Lunapic.com. Right-click an image and open edit session on Lunapic.com. |
| Bestandsgrootte | 17.21 KB |
| Aantal Installaties | 13,654 |
| Huidige Versie | 2.0 |
| Laatst Bijgewerkt | 2023-12-06 |
| Publicatiedatum | 2020-06-03 |
| Beoordeling | 4.38/5 Totaal 78 Beoordelingen |
| Ontwikkelaar | https://lunapic.com |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://lunapic.com/ |
| Help Pagina-URL | https://lunapic.com/?feedback |
| URL van de Privacybeleid Pagina | https://lunapic.com?privacy |
| Ondersteunde Talen | 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:\/\/*\/*"
]
} | |