Open in Photopea
Context menu item to open images in Photopea
Open in Photopeaとは何ですか?
Open in Photopeaはlautarolosioによって開発されたChromeの拡張機能で、その主な機能は「Context menu item to open images in Photopea」です。
拡張機能のスクリーンショット
Open in Photopea拡張機能のCRXファイルをダウンロード
Open in Photopea拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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!
拡張機能の基本情報
名前 | Open in Photopea |
ID | padbcfokjcleiccengmaadmjeonmmikg |
公式URL | https://chromewebstore.google.com/detail/open-in-photopea/padbcfokjcleiccengmaadmjeonmmikg |
説明 | Context menu item to open images in Photopea |
ファイルサイズ | 41.47 KB |
インストール数 | 469 |
現在のバージョン | 1.0 |
最終更新日 | 2023-05-31 |
公開日 | 2023-05-31 |
評価 | 4.00/5 合計 1 レビュー |
開発者 | lautarolosio |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | 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" } } |