Live Photo Editor Online

Edit photos from any web page

O que é Live Photo Editor Online?

Live Photo Editor Online é uma extensão do Chrome desenvolvida por Tarmil Consulting LTD, e sua principal característica é "Edit photos from any web page".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Live Photo Editor Online

Baixe arquivos de extensão Live Photo Editor Online no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Live Photo Editor Online Live Photo Editor Online
ID hnphmjgdfnfhjponpjddkmchkfmkkgcc
URL Oficial https://chromewebstore.google.com/detail/live-photo-editor-online/hnphmjgdfnfhjponpjddkmchkfmkkgcc
Descrição Edit photos from any web page
Tamanho do Arquivo 20.63 KB
Contagem de Instalações 532
Versão Atual 1.0
Última Atualização 2022-10-21
Data de Publicação 2022-06-30
Classificação 5.00/5 Total de 3 Avaliações
Desenvolvedor Tarmil Consulting LTD
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
        }
    }
}