Open in Photopea
Context menu item to open images in Photopea
Qu'est-ce que Open in Photopea ?
Open in Photopea est une extension Chrome développée par lautarolosio, et sa fonction principale est "Context menu item to open images in Photopea".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Open in Photopea
Téléchargez les fichiers d'extension Open in Photopea au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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!
Informations de Base sur l'Extension
Nom | Open in Photopea |
ID | padbcfokjcleiccengmaadmjeonmmikg |
URL Officiel | https://chromewebstore.google.com/detail/open-in-photopea/padbcfokjcleiccengmaadmjeonmmikg |
Description | Context menu item to open images in Photopea |
Taille du Fichier | 41.47 KB |
Nombre d'Installations | 469 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2023-05-31 |
Date de Publication | 2023-05-31 |
Évaluation | 4.00/5 Total 1 Évaluations |
Développeur | lautarolosio |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |