Lunapic Right Click Edit

Easy way to edit images on Lunapic.com. Right-click an image and open edit session on Lunapic.com.

Qu'est-ce que Lunapic Right Click Edit ?

Lunapic Right Click Edit est une extension Chrome développée par https://lunapic.com, et sa fonction principale est "Easy way to edit images on Lunapic.com. Right-click an image and open edit session on Lunapic.com.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Lunapic Right Click Edit

Téléchargez les fichiers d'extension Lunapic Right Click Edit au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Lunapic Right Click Edit Lunapic Right Click Edit
ID oglcbfocdkemachifmnimbblndgmlhbi
URL Officiel 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.
Taille du Fichier 17.21 KB
Nombre d'Installations 13,654
Version Actuelle 2.0
Dernière Mise à Jour 2023-12-06
Date de Publication 2020-06-03
Évaluation 4.38/5 Total 78 Évaluations
Développeur https://lunapic.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://lunapic.com/
URL de la Page d'Aide https://lunapic.com/?feedback
URL de la Page de Politique de Confidentialité https://lunapic.com?privacy
Langues Prises en Charge 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:\/\/*\/*"
    ]
}