Live Photo Editor Online

Edit photos from any web page

Wat is Live Photo Editor Online?

Live Photo Editor Online is een Chrome-extensie ontwikkeld door Tarmil Consulting LTD, en de belangrijkste functie is "Edit photos from any web page".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Live Photo Editor Online

Download Live Photo Editor Online-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Live Photo Editor Online Live Photo Editor Online
ID hnphmjgdfnfhjponpjddkmchkfmkkgcc
Officiële URL https://chromewebstore.google.com/detail/live-photo-editor-online/hnphmjgdfnfhjponpjddkmchkfmkkgcc
Beschrijving Edit photos from any web page
Bestandsgrootte 20.63 KB
Aantal Installaties 532
Huidige Versie 1.0
Laatst Bijgewerkt 2022-10-21
Publicatiedatum 2022-06-30
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar Tarmil Consulting LTD
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
        }
    }
}