Open in Photopea
Context menu item to open images in Photopea
Wat is Open in Photopea?
Open in Photopea is een Chrome-extensie ontwikkeld door lautarolosio, en de belangrijkste functie is "Context menu item to open images in Photopea".
Extensie Screenshots
Download het CRX-bestand van de extensie Open in Photopea
Download Open in Photopea-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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!
Basisinformatie over de Extensie
Naam | Open in Photopea |
ID | padbcfokjcleiccengmaadmjeonmmikg |
Officiële URL | https://chromewebstore.google.com/detail/open-in-photopea/padbcfokjcleiccengmaadmjeonmmikg |
Beschrijving | Context menu item to open images in Photopea |
Bestandsgrootte | 41.47 KB |
Aantal Installaties | 469 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2023-05-31 |
Publicatiedatum | 2023-05-31 |
Beoordeling | 4.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | lautarolosio |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |