Open in Photopea
Context menu item to open images in Photopea
What is Open in Photopea?
Open in Photopea is a Chrome extension developed by lautarolosio, and its main feature is "Context menu item to open images in Photopea".
Extension Screenshots
Download Open in Photopea Extension CRX File
Download Open in Photopea extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | Open in Photopea |
ID | padbcfokjcleiccengmaadmjeonmmikg |
Official URL | https://chromewebstore.google.com/detail/open-in-photopea/padbcfokjcleiccengmaadmjeonmmikg |
Description | Context menu item to open images in Photopea |
File Size | 41.47 KB |
Installation Count | 469 |
Current Version | 1.0 |
Last Updated | 2023-05-31 |
Publish Date | 2023-05-31 |
Rating | 4.00/5 Total 1 Ratings |
Developer | lautarolosio |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } |