Send 2 Photopea
Send image to Photopea
Cos'è Send 2 Photopea?
Send 2 Photopea è un'estensione di Chrome sviluppata da azrafe7, e la sua funzione principale è "Send image to Photopea".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Send 2 Photopea
Scarica i file di estensione Send 2 Photopea in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Right-click and send images right to Photopea. If you have an instance of Photopea open, the image will be sent there. Browse and edit your images, faster. Should work for Image Elements, and Video Elements too. ;D Now you can also right-click on the extension button and choose "Take page screenshot..." to send a screenshot to Photopea. ... and choose to open Photopea in incognito if it's not already open (tick "Use incognito..." from the extension button context menu). TIP: to take screenshots of YouTube videos right-click twice on the video to get past the custom context menu and to the native one that will show a "Send to Photopea" entry (or use the new picker feature) ;) Right-click on the extension button and select "Toggle element picker..." to activate a picker that let's you visually choose the element to send to Photopea. When it's active you can fine-tune the selection with Q/A keys, and then press SPACE to send the highlighted element. The highlighted elements' background should turn green if it's actionable. In this way you're also able to send images and videos behind an overlay (e.g. vimeo). Experimental support has been added for SVG and CANVAS elements (via picker). Please file bugs/feature requests at https://github.com/azrafe7/send2photopea/issues I frequently use this extension in combination with my other extension (WebClip Element) to clip elements on a page and then send them to Photopea. CODE: https://github.com/azrafe7/send2photopea CHANGELOG: https://github.com/azrafe7/send2photopea/blob/main/CHANGELOG.md WebClipElement: https://chrome.google.com/webstore/detail/webclipelement/ndkjiolmefobbpbiejfnihoccngfbpjh DISCLAIMER: I'm not affiliated with Photopea, just a big fan of it. :D
Informazioni di Base sull'Estensione
Nome | Send 2 Photopea |
ID | ngjdphpkaopdenfbgkkkgmajgcmhpkme |
URL Ufficiale | https://chromewebstore.google.com/detail/send-2-photopea/ngjdphpkaopdenfbgkkkgmajgcmhpkme |
Descrizione | Send image to Photopea |
Dimensione del File | 30.06 KB |
Conteggio Installazioni | 133 |
Versione Corrente | 0.3.99 |
Ultimo Aggiornamento | 2024-02-13 |
Data di Pubblicazione | 2023-07-06 |
Sviluppatore | azrafe7 |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/azrafe7/send2photopea |
URL della Pagina di Aiuto | https://github.com/azrafe7/send2photopea/issues |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Send 2 Photopea", "version": "0.3.99", "description": "Send image to Photopea", "manifest_version": 3, "permissions": [ "activeTab", "contextMenus", "scripting", "storage" ], "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ " |