Live Photo Editor Online

Edit photos from any web page

什么是Live Photo Editor Online?

Live Photo Editor Online是由Tarmil Consulting LTD开发的Chrome扩展程序,该扩展的主要功能是“Edit photos from any web page”。

扩展截图

screenshot
screenshot

下载Live Photo Editor Online扩展crx文件

下载Live Photo Editor Online扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Live Photo Editor Online Live Photo Editor Online
ID hnphmjgdfnfhjponpjddkmchkfmkkgcc
官方URL https://chromewebstore.google.com/detail/live-photo-editor-online/hnphmjgdfnfhjponpjddkmchkfmkkgcc
简介 Edit photos from any web page
文件大小 20.63 KB
安装次数 532
当前版本 1.0
更新时间 2022-10-21
上架时间 2022-06-30
评分 5.00/5 共3次评分
开发者 Tarmil Consulting LTD
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
        }
    }
}