Live Photo Editor Online

Edit photos from any web page

Qu'est-ce que Live Photo Editor Online ?

Live Photo Editor Online est une extension Chrome développée par Tarmil Consulting LTD, et sa fonction principale est "Edit photos from any web page".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Live Photo Editor Online

Téléchargez les fichiers d'extension Live Photo Editor Online 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

                        A very simple yet powerful tool live photo edit online. Save hassle downloading and importing photos to an image editor one by one to find the right image.
I'm an artist and I use it for my pencil drawing purpose. It's not always easy to understand if a good photo will translate into a good drawing. Made this tool so it's really easy check the Grayscale, Contrast, Brightness and Saturation on the fly. It's mainly focused for artists but possibility is endless.

This tool works on any website on all images.                    

Informations de Base sur l'Extension

Nom Live Photo Editor Online Live Photo Editor Online
ID hnphmjgdfnfhjponpjddkmchkfmkkgcc
URL Officiel https://chromewebstore.google.com/detail/live-photo-editor-online/hnphmjgdfnfhjponpjddkmchkfmkkgcc
Description Edit photos from any web page
Taille du Fichier 20.63 KB
Nombre d'Installations 532
Version Actuelle 1.0
Dernière Mise à Jour 2022-10-21
Date de Publication 2022-06-30
Évaluation 5.00/5 Total 3 Évaluations
Développeur Tarmil Consulting LTD
Email [email protected]
Type de Paiement free
Langues Prises en Charge en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Live Photo Editor Online",
    "description": "Edit photos from any web page",
    "version": "1.0",
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "activeTab",
        "scripting"
    ],
    "icons": {
        "16": "\/images\/favicon-16.png",
        "32": "\/images\/favicon-32.png",
        "48": "\/images\/favicon-48.png",
        "128": "\/images\/favicon-128.png"
    },
    "action": {
        "default_popup": "\/src\/popup.html",
        "default_icon": {
            "16": "\/images\/favicon-16.png",
            "32": "\/images\/favicon-32.png",
            "48": "\/images\/favicon-48.png",
            "128": "\/images\/favicon-128.png"
        }
    }
}