๐ช Turn any link into a stylish visual web bookmark, one-click to copy the beautiful web bookmark image.
This web app 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.
- ๐ฎ Turn any given links into a stylish visual web bookmark
- ๐ฆ Twitter card like
- ๐ Notion web-bookmark like
- ๐ผ๏ธ Copy image to your clipboard
- ๐พ Download image to your computer.
- ๐ท Toggle the QRCode on the bookmark
- ๐ Dark mode support
You can create a new bookmarklet in your browser and enter the URL below:
javascript: window.location =
'https://www.bookmark.style/?url=' + encodeURIComponent(document.location)
When you click on the bookmarklet, it will redirect the page you're on to the bookmark.style.
bookmark.style will auto-parse the URL and render the visual bookmark.
You can render the bookmark.style card as a SVG in the GitHub README.md now.
[![onetab.group](https://svg.bookmark.style/api?url=https://onetab.group&mode=light)](https://onetab.group)
Card Style | Light Mode | Dark Mode |
---|---|---|
Twitter Like | ||
Notion Like |
Install the dependencies
yarn
# or
pnpm i
Run the development server
yarn dev
# or
pnpm dev
Build the extension
yarn build
# or
pnpm build
This repo is created from this template on GitHub.
MIT @xiaoluoboding