Skip to content

Commit c31f766

Browse files
AnkaAnka
authored andcommitted
Auto updating db and README.md
1 parent e9c8998 commit c31f766

3 files changed

Lines changed: 15 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1010,6 +1010,7 @@
10101010
|      | Name | Description | Keywords |
10111011
|---|---|---|---|
10121012
<img src="https://www.google.com/s2/favicons?domain=https://blurbackground.ai/&sz=128" width="16" /> | [Blurbackground AI](https://blurbackground.ai/) | Blurbackground.AI is a free online tool to edit background swiftly. | ai design, blur background, background remover, change background |
1013+
<img src="https://www.google.com/s2/favicons?domain=https://bulkpictools.com&sz=128" width="16" /> | [BulkPicTools](https://bulkpictools.com) | Free browser-based bulk image processor. Compress to exact file sizes, convert HEIC/WebP/AVIF/PNG/JPG, resize, crop, watermark 1,000+ images at once. No upload, no account, works offline. | |
10131014
<img src="https://www.google.com/s2/favicons?domain=https://www.capcut.com&sz=128" width="16" /> | [CapCut](https://www.capcut.com) | CapCut is an all-in-one online video editing software which makes creation, upload & share easier, with frame by frame track editor, cloud drive etc. | video editor |
10141015
<img src="https://www.google.com/s2/favicons?domain=https://www.cleansnap.co/&sz=128" width="16" /> | [CleanSnap](https://www.cleansnap.co/) | CleanSnap is a free AI Images maker. Create a beautiful image from a screenshot in seconds. Without any watermark. | image generation, beautiful screenshots, screenshots creator, how to make generate image, image, scr... |
10151016
<img src="https://www.google.com/s2/favicons?domain=https://compressor.io/&sz=128" width="16" /> | [Compressor](https://compressor.io/) | Optimize and compress your jpeg and png images online. Compressor is a lossy and lossless photo compression tool. | |
@@ -1574,6 +1575,7 @@
15741575
<img src="https://www.google.com/s2/favicons?domain=https://thebricks.com&sz=128" width="16" /> | [Briks](https://thebricks.com) | The AI Spreadsheet to Create Reports, Presentations, Charts, and Visuals | productivity, collaboration tools, spreadsheets, presentations, slide decks, docs, wiki |
15751576
<img src="https://www.google.com/s2/favicons?domain=https://buddair.com/&sz=128" width="16" /> | [BuddAIr](https://buddair.com/) | Unlock your AI companion now | AI companion, virtual buddy, AI tools navigation, emotional support AI, find AI friend, best AI comp... |
15761577
<img src="https://www.google.com/s2/favicons?domain=https://buildstash.com&sz=128" width="16" /> | [Buildstash](https://buildstash.com) | Binary artifact and release management for app, game, and embedded software. | Buildstash, artifact management, artifacts, binary management, release management, build management,... |
1578+
<img src="https://www.google.com/s2/favicons?domain=https://bulkpictools.com&sz=128" width="16" /> | [BulkPicTools](https://bulkpictools.com) | Free browser-based bulk image processor. Compress to exact file sizes, convert HEIC/WebP/AVIF/PNG/JPG, resize, crop, watermark 1,000+ images at once. No upload, no account, works offline. | |
15771579
<img src="https://www.google.com/s2/favicons?domain=https://www.chaindesk.ai/&sz=128" width="16" /> | [Chaindesk](https://www.chaindesk.ai/) | Chaindesk is a complete support ecosystem to help you spend less time supporting your users - and more time growing your business. | ChatGPT Chatbot, AI Chatbot, Customer Support, Chatbot |
15781580
<img src="https://www.google.com/s2/favicons?domain=https://chatim.app/&sz=128" width="16" /> | [Chatim](https://chatim.app/) | Chatim is a live chat with a chatbot automation platform that lets you connect with customers anywhere, anytime | Live Chat, Lead Generation, Sales, Chatbot |
15791581
<img src="https://www.google.com/s2/favicons?domain=https://chromewebstore.google.com/detail/chrome-reader-mode/opfflfgjinednmneaiplkponjphblmmc?hl=en&sz=128" width="16" /> | [Chrome Reader Mode](https://chromewebstore.google.com/detail/chrome-reader-mode/opfflfgjinednmneaiplkponjphblmmc?hl=en) | Transform page to simple reading mode | chrome reader mode, reader mode chrome, chrome reading mode​, reader mode in chrome |

db/resources.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"count": 1176,
2+
"count": 1177,
33
"data": [
44
{
55
"name": "1001 Fonts",
@@ -1697,6 +1697,15 @@
16971697
"binaries"
16981698
]
16991699
},
1700+
{
1701+
"name": "BulkPicTools",
1702+
"url": "https://bulkpictools.com",
1703+
"description": "Free browser-based bulk image processor. Compress to exact file sizes, convert HEIC/WebP/AVIF/PNG/JPG, resize, crop, watermark 1,000+ images at once. No upload, no account, works offline.",
1704+
"categories": [
1705+
"Image",
1706+
"Productivity"
1707+
]
1708+
},
17001709
{
17011710
"name": "Bulma",
17021711
"description": "Bulma is a free, open source CSS framework based on Flexbox and built with Sass. It",

resources/b.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -501,8 +501,9 @@ export const resources: Resource[] = [
501501
{
502502
name: 'BulkPicTools',
503503
url: 'https://bulkpictools.com',
504-
description: 'Free browser-based bulk image processor. Compress to exact file sizes, convert HEIC/WebP/AVIF/PNG/JPG, resize, crop, watermark 1,000+ images at once. No upload, no account, works offline.',
505-
categories: ['Image','Productivity']
504+
description:
505+
'Free browser-based bulk image processor. Compress to exact file sizes, convert HEIC/WebP/AVIF/PNG/JPG, resize, crop, watermark 1,000+ images at once. No upload, no account, works offline.',
506+
categories: ['Image', 'Productivity'],
506507
},
507508
{
508509
name: 'Bulma',

0 commit comments

Comments
 (0)