Open in Photopea
Context menu item to open images in Photopea
Was ist Open in Photopea?
Open in Photopea ist eine Chrome-Erweiterung, die von lautarolosio entwickelt wurde, und ihr Hauptmerkmal ist "Context menu item to open images in Photopea".
Erweiterungsscreenshots
Open in Photopea-Erweiterungs-CRX-Datei herunterladen
Laden Sie Open in Photopea-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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!
Grundlegende Informationen zur Erweiterung
Name | Open in Photopea |
ID | padbcfokjcleiccengmaadmjeonmmikg |
Offizielle URL | https://chromewebstore.google.com/detail/open-in-photopea/padbcfokjcleiccengmaadmjeonmmikg |
Beschreibung | Context menu item to open images in Photopea |
Dateigröße | 41.47 KB |
Installationsanzahl | 469 |
Aktuelle Version | 1.0 |
Letztes Update | 2023-05-31 |
Veröffentlichungsdatum | 2023-05-31 |
Bewertung | 4.00/5 Insgesamt 1 Bewertungen |
Entwickler | lautarolosio |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" } } |