Lunapic Right Click Edit
Easy way to edit images on Lunapic.com. Right-click an image and open edit session on Lunapic.com.
Cos'è Lunapic Right Click Edit?
Lunapic Right Click Edit è un'estensione di Chrome sviluppata da https://lunapic.com, e la sua funzione principale è "Easy way to edit images on Lunapic.com. Right-click an image and open edit session on Lunapic.com.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Lunapic Right Click Edit
Scarica i file di estensione Lunapic Right Click Edit in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | oglcbfocdkemachifmnimbblndgmlhbi |
| URL Ufficiale | https://chromewebstore.google.com/detail/lunapic-right-click-edit/oglcbfocdkemachifmnimbblndgmlhbi |
| Descrizione | Easy way to edit images on Lunapic.com. Right-click an image and open edit session on Lunapic.com. |
| Dimensione del File | 17.21 KB |
| Conteggio Installazioni | 13,654 |
| Versione Corrente | 2.0 |
| Ultimo Aggiornamento | 2023-12-06 |
| Data di Pubblicazione | 2020-06-03 |
| Valutazione | 4.38/5 Totale 78 Valutazioni |
| Sviluppatore | https://lunapic.com |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://lunapic.com/ |
| URL della Pagina di Aiuto | https://lunapic.com/?feedback |
| URL della Pagina della Politica sulla Privacy | https://lunapic.com?privacy |
| Lingue Supportate | 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:\/\/*\/*"
]
} | |