Open in Photopea
Context menu item to open images in Photopea
什么是Open in Photopea?
Open in Photopea是由lautarolosio开发的Chrome扩展程序,该扩展的主要功能是“Context menu item to open images in Photopea”。
扩展截图
下载Open in Photopea扩展crx文件
下载Open in Photopea扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Provides an easy and fast way to open any image type directly in Photopea, without the need to open the website and copy/paste the image yourself.
NOTE: For security reasons, webapps can access only files from the same domain. In order to let Photopea load your file, the response of your server must contain the following header:
Access-Control-Allow-Origin: *
This may result in the image not loading! 扩展基本信息
| 名称 | |
| ID | padbcfokjcleiccengmaadmjeonmmikg |
| 官方URL | https://chromewebstore.google.com/detail/open-in-photopea/padbcfokjcleiccengmaadmjeonmmikg |
| 简介 | Context menu item to open images in Photopea |
| 文件大小 | 41.47 KB |
| 安装次数 | 469 |
| 当前版本 | 1.0 |
| 更新时间 | 2023-05-31 |
| 上架时间 | 2023-05-31 |
| 评分 | 4.00/5 共1次评分 |
| 开发者 | lautarolosio |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Open in Photopea",
"description": "Context menu item to open images in Photopea",
"version": "1.0",
"permissions": [
"contextMenus"
],
"action": {
"default_popup": "popup.html"
},
"background": {
"service_worker": "background.js"
},
"icons": {
"16": "photopea.png",
"32": "photopea.png",
"48": "photopea.png",
"128": "photopea.png"
}
} | |