Home

Awesome

Chrome Extension - Web Visual Bookmark

One-click turn any link into a visual bookmark, and it looks like Twitter cards or Notion web bookmark.

Preview

Bookmark LayoutLight ModeDark Mode
Twitter card like
Notion web bookmark like

Concepts

This extension is built on top of metafy, which provides serverless api to fetch websites metadata easily and turn the metadata into the visual bookmark. like Twitter does.

Articles

Features

Usage

Install

Install the dependencies

yarn
# or
pnpm install

Development

Run the development server

yarn dev
# or
pnpm dev

Then load uppacked extension in browser with the extension/ folder.

Production

Build the extension

yarn build
# or
pnpm build

Then load uppacked extension in browser with the extension/ folder.

Template

This repo is created from this template on GitHub.

License

MIT - @xiaoluoboding