Open in Photopea
Context menu item to open images in Photopea
Vad är Open in Photopea?
Open in Photopea är en Chrome-tillägg utvecklad av lautarolosio, och dess huvudfunktion är "Context menu item to open images in Photopea".
Tilläggsskärmbilder
Ladda ner Open in Photopea-förlängningens CRX-fil
Ladda ner Open in Photopea-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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! Grundläggande Information om Tillägg
| Namn | |
| ID | padbcfokjcleiccengmaadmjeonmmikg |
| Officiell webbadress | https://chromewebstore.google.com/detail/open-in-photopea/padbcfokjcleiccengmaadmjeonmmikg |
| Beskrivning | Context menu item to open images in Photopea |
| Filstorlek | 41.47 KB |
| Antal Installationer | 469 |
| Aktuell Version | 1.0 |
| Senast Uppdaterad | 2023-05-31 |
| Publiceringsdatum | 2023-05-31 |
| Betyg | 4.00/5 Totalt 1 Betyg |
| Utvecklare | lautarolosio |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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"
}
} | |