Copy Image without Background
Right-click and copy images without their background using remove.bg.
什麼是Copy Image without Background?
Copy Image without Background是由kaimer.b.raven開發的Chrome擴展程式,該擴展的主要功能是“Right-click and copy images without their background using remove.bg.”。
擴展截圖
下載Copy Image without Background擴展crx文件
下載Copy Image without Background擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Right-click an image and have its background removed! Just like that! ※※※WARNING※※※ The extension will NOT work without YOUR API key. Instructions on "How" to obtain your API key as well as "Where" to input it, are located in the EXTENSION OPTIONS. 1. Go to "chrome://extensions" 2. Find this extension and click "Details" 3. Click on "Extension Options" 4. Follow the instructions. Once the API key is set, all you have to do is "Copy without BG"!! Note that remove.bg has a limit of 50 free background removals per API Key per month. Refer to https://www.remove.bg/api#remove-background for any limitations that may be placed by "remove.bg" or, if you would like to increase its limit. If you purchase credits over at remove.bg, I get nothing. I'm not making any profit from this extension, nor do I intend to. I am just a game developer who is interested in making chrome extensions with ChatGPT. (yes this extension along the option html and everything, was created using ChatGPT) I am in no way affiliated with open.ai nor remove.bg. All credits belong to where they are due at their respective parties. In my case, maybe some Kudos for debugging and coming up with the idea lol No user data is being transmitted to me, or open.ai. How your image is being handled over at remove.bg, I have no idea. Refer to their API documentation. Thanks for reading thus far, and have a nice day!
擴展基本資訊
名稱 | Copy Image without Background |
ID | lolilkegggncbhlfgfdjlmelmgmpikgk |
官方網址 | https://chromewebstore.google.com/detail/copy-image-without-backgr/lolilkegggncbhlfgfdjlmelmgmpikgk |
簡介 | Right-click and copy images without their background using remove.bg. |
檔案大小 | 12.77 KB |
安裝次數 | 122 |
目前版本 | 1.1 |
更新時間 | 2023-04-25 |
上架時間 | 2023-04-22 |
評分 | 1.00/5 共 1 次評分 |
開發者 | kaimer.b.raven |
電子郵箱 | [email protected] |
付費類型 | free |
說明頁面URL | https://www.remove.bg/ |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Copy Image without Background", "version": "1.1", "description": "Right-click and copy images without their background using remove.bg.", "permissions": [ "activeTab", "contextMenus", "scripting", "storage" ], "icons": { "48": "icon48.png", "128": "icon128.png" }, "background": { "service_worker": "background.js" }, "action": { "default_icon": { "48": "icon48.png", "128": "icon128.png" } }, "options_page": "options.html" } |