Photo Editor

Photo Editor is a powerful application to edit any image or photo which are available on the internet. Just right click on the…

什么是Photo Editor?

Photo Editor是由Rahul Baruri开发的Chrome扩展程序,该扩展的主要功能是“Photo Editor is a powerful application to edit any image or photo which are available on the internet. Just right click on the…”。

扩展截图

screenshot
screenshot

下载Photo Editor扩展crx文件

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

扩展使用说明

                        Photo Editor is a powerful application to edit any image or photo which are available on the internet. Just right click on the photo and then select Open with Photo Editor. As simple as that.

Core Features:

✅  Edit any photos or images in the website with just right click on it.
✅  Tons of powerful builtin features and comes free of costs
✅  Lot of prebuilt image filters and effects
✅  Text editing and annotation
✅  Custom Icons and shapes
✅  Cropping images
✅  Editing Local files as well
✅  Wonderful User Interface
✅  Just click and go, no hassle of using desktop software or 3rd party web based applications                    

扩展基本信息

名称 Photo Editor Photo Editor
ID padffmpicdplkgpeaapimbeggnmfelin
官方URL https://chromewebstore.google.com/detail/photo-editor/padffmpicdplkgpeaapimbeggnmfelin
简介 Photo Editor is a powerful application to edit any image or photo which are available on the internet. Just right click on the…
文件大小 659 KB
安装次数 7,593
当前版本 1.0.0
更新时间 2020-08-05
上架时间 2020-07-28
评分 3.77/5 共13次评分
开发者 Rahul Baruri
电子邮箱 [email protected]
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Photo Editor",
    "short_name": "The powerful and free Photo Editor to edit any photo on the web",
    "offline_enabled": true,
    "version": "1.0.0",
    "manifest_version": 2,
    "author": "Rahul Baruri ",
    "icons": {
        "16": "images\/icons\/16.png",
        "32": "images\/icons\/32.png",
        "48": "images\/icons\/48.png",
        "128": "images\/icons\/128.png",
        "256": "images\/icons\/256.png"
    },
    "background": {
        "scripts": [
            "\/js\/background.js"
        ]
    },
    "permissions": [
        "*:\/\/*\/*",
        "contextMenus",
        "storage"
    ],
    "browser_action": {
        "default_icon": "images\/icons\/32.png"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "web_accessible_resources": [
        "\/vendors\/tui-image-editor\/color-picker-style.css",
        "\/vendors\/tui-image-editor\/style.css",
        "\/styles\/injectable.css",
        "\/index.html"
    ]
}