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”。

擴展截圖

screenshot

下載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!                    

擴展基本資訊

名稱 Open in Photopea Open in Photopea
ID padbcfokjcleiccengmaadmjeonmmikg
官方網址 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"
    }
}