Skip to content

Commit 3005719

Browse files
committed
- add online audio cutter to sidebar.html and tools.json, add screenshot
1 parent 73c13ee commit 3005719

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
@@ -1395,5 +1395,16 @@
13951395
"aiPowered": false,
13961396
"featured": false,
13971397
"date": "2025-05-04"
1398+
},
1399+
{
1400+
"id": "audio_cutter",
1401+
"title": "Audio Cutter",
1402+
"description": "Create perfect audio clips with our free online audio cutter tool. Upload any audio file, create multiple selections, rearrange them, and download the edited audio in seconds.",
1403+
"url": "tools/audio_cutter.html",
1404+
"screenshot": "screenshots/screenshot_182.png",
1405+
"type": "tool",
1406+
"aiPowered": false,
1407+
"featured": true,
1408+
"date": "2025-05-04"
13981409
}
13991410
]

screenshots/screenshot_182.png

27.8 KB
Loading

sidebar.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -267,6 +267,7 @@ <h2>Tools by ChatGPT</h2>
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>
269269
<li><a href="/tools/image_background_remover.html">Image Background Remover</a></li>
270+
<li><a href="/tools/audio_cutter.html">Audio Cutter</a></li>
270271
<!-- end -->
271272
</ul>
272273
</div>

0 commit comments

Comments
 (0)