Skip to content

Commit ca460aa

Browse files
committed
- add Image Background Remover to sidebar.html and tools.json, add screenshot
1 parent e5dfc02 commit ca460aa

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed

data/tools.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1384,5 +1384,16 @@
13841384
"aiPowered": false,
13851385
"featured": false,
13861386
"date": "2025-05-03"
1387+
},
1388+
{
1389+
"id": "image_background_remover",
1390+
"title": "Image Background Remover",
1391+
"description": "Remove backgrounds from your images in seconds with our free online tool. No signup, no upload to server - all processing happens in your browser.",
1392+
"url": "tools/image_background_remover.html",
1393+
"screenshot": "screenshots/screenshot_181.png",
1394+
"type": "tool",
1395+
"aiPowered": false,
1396+
"featured": false,
1397+
"date": "2025-05-04"
13871398
}
13881399
]

screenshots/screenshot_181.png

13.4 KB
Loading

sidebar.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -266,6 +266,7 @@ <h2>Tools by ChatGPT</h2>
266266
<li><a href="/tools/code_minifier.html">Code Minifier</a></li>
267267
<li><a href="/games/emoji_match_three.html">Emoji Match 3</a></li>
268268
<li><a href="/tools/roman_numeral_converter.html">Roman Numeral Converter</a></li>
269+
<li><a href="/tools/image_background_remover.html">Image Background Remover</a></li>
269270
<!-- end -->
270271
</ul>
271272
</div>

0 commit comments

Comments
 (0)