Live Photo Editor Online

Edit photos from any web page

Was ist Live Photo Editor Online?

Live Photo Editor Online ist eine Chrome-Erweiterung, die von Tarmil Consulting LTD entwickelt wurde, und ihr Hauptmerkmal ist "Edit photos from any web page".

Erweiterungsscreenshots

screenshot
screenshot

Live Photo Editor Online-Erweiterungs-CRX-Datei herunterladen

Laden Sie Live Photo Editor Online-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Live Photo Editor Online Live Photo Editor Online
ID hnphmjgdfnfhjponpjddkmchkfmkkgcc
Offizielle URL https://chromewebstore.google.com/detail/live-photo-editor-online/hnphmjgdfnfhjponpjddkmchkfmkkgcc
Beschreibung Edit photos from any web page
Dateigröße 20.63 KB
Installationsanzahl 532
Aktuelle Version 1.0
Letztes Update 2022-10-21
Veröffentlichungsdatum 2022-06-30
Bewertung 5.00/5 Insgesamt 3 Bewertungen
Entwickler Tarmil Consulting LTD
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
        }
    }
}