Lunapic Right Click Edit
Easy way to edit images on Lunapic.com. Right-click an image and open edit session on Lunapic.com.
Hvad er Lunapic Right Click Edit?
Lunapic Right Click Edit er en Chrome-udvidelse udviklet af https://lunapic.com, og dens hovedfunktion er "Easy way to edit images on Lunapic.com. Right-click an image and open edit session on Lunapic.com.".
Udvidelsesskærmbilleder
Download Lunapic Right Click Edit-udvidelses-CRX-fil
Download Lunapic Right Click Edit-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | oglcbfocdkemachifmnimbblndgmlhbi |
| Officiel URL | https://chromewebstore.google.com/detail/lunapic-right-click-edit/oglcbfocdkemachifmnimbblndgmlhbi |
| Beskrivelse | Easy way to edit images on Lunapic.com. Right-click an image and open edit session on Lunapic.com. |
| Filstørrelse | 17.21 KB |
| Antal Installationer | 13,654 |
| Nuværende Version | 2.0 |
| Senest Opdateret | 2023-12-06 |
| Udgivelsesdato | 2020-06-03 |
| Bedømmelse | 4.38/5 Samlet 78 Bedømmelser |
| Udvikler | https://lunapic.com |
| [email protected] | |
| Betalingsmetode | free |
| Udvidelseswebsted | https://lunapic.com/ |
| Hjælpeside-URL | https://lunapic.com/?feedback |
| URL til Fortrolighedspolitik Side | https://lunapic.com?privacy |
| Understøttede Sprog | 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:\/\/*\/*"
]
} | |