diff --git a/src/data/showcase/bluesky-comments-chrome.png b/src/data/showcase/bluesky-comments-chrome.png new file mode 100644 index 000000000..ac048ca78 Binary files /dev/null and b/src/data/showcase/bluesky-comments-chrome.png differ diff --git a/src/data/users.tsx b/src/data/users.tsx index 180eaab7a..fbb337c7b 100644 --- a/src/data/users.tsx +++ b/src/data/users.tsx @@ -1242,6 +1242,15 @@ const Users: User[] = [ author: 'https://bsky.app/profile/did:plc:aeu4zvcwmdk774qmqcyed5sa', tags: ['othertools', 'opensource'], }, + { + title: 'Use Bluesky as comments for any web page (Chrome extension)', + description: 'A Google Chrome Extension that enables the user to comment on the current page using Bluesky.', + preview: require('./showcase/bluesky-comments-chrome.png'), + website: 'https://github.com/joneslloyd/bluesky-comments-chrome', + source: 'https://github.com/joneslloyd/bluesky-comments-chrome', + author: 'https://bsky.app/profile/joneslloyd.bsky.social', + tags: ['othertools', 'socialtools', 'opensource'], + } ]