Live Photo Editor Online

Edit photos from any web page

Cos'è Live Photo Editor Online?

Live Photo Editor Online è un'estensione di Chrome sviluppata da Tarmil Consulting LTD, e la sua funzione principale è "Edit photos from any web page".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Live Photo Editor Online

Scarica i file di estensione Live Photo Editor Online 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

                        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.                    

Informazioni di Base sull'Estensione

Nome Live Photo Editor Online Live Photo Editor Online
ID hnphmjgdfnfhjponpjddkmchkfmkkgcc
URL Ufficiale https://chromewebstore.google.com/detail/live-photo-editor-online/hnphmjgdfnfhjponpjddkmchkfmkkgcc
Descrizione Edit photos from any web page
Dimensione del File 20.63 KB
Conteggio Installazioni 532
Versione Corrente 1.0
Ultimo Aggiornamento 2022-10-21
Data di Pubblicazione 2022-06-30
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore Tarmil Consulting LTD
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
        }
    }
}