Bookmark Style - Style your visual bookmark

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

What is Bookmark Style - Style your visual bookmark?

Bookmark Style - Style your visual bookmark is a Chrome extension developed by https://bookmark.style, and its main feature is "One-click turn any link into a visual bookmark, and it looks like `Twitter` cards or `Notion` web bookmark.".

Extension Screenshots

screenshot
screenshot

Download Bookmark Style - Style your visual bookmark Extension CRX File

Download Bookmark Style - Style your visual bookmark extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        This extension is built on top of metafy, which provides a serverless API to fetch websites metadata easily and turn the metadata into a visual web bookmark. like Twitter cards do or notion web bookmark.

✨ Features

* 🔮 Turn any tabs into a visual web bookmark
* 🐦 Twitter card like
* 🔖 Notion web-bookmark like
* 🖼️ Copy the image to your clipboard
* 📷 Toggle the QRCode on the bookmark
* 🌛 Dark mode support

Feel free to check out the code on GitHub!

🔗 https://github.com/one-tab-group/chrome-web-bookmark

【Web Visual Bookmark】 is built and maintained by xiaoluoboding (https://xlbd.me)                    

Extension Basic Information

Name Bookmark Style - Style your visual bookmark Bookmark Style - Style your visual bookmark
ID jcfidgjldodhkpiebmemhnhgpgdakham
Official URL https://chromewebstore.google.com/detail/bookmark-style-style-your/jcfidgjldodhkpiebmemhnhgpgdakham
Description One-click turn any link into a visual bookmark, and it looks like `Twitter` cards or `Notion` web bookmark.
File Size 875 KB
Installation Count 332
Current Version 1.0.0
Last Updated 2022-12-01
Publish Date 2022-03-22
Rating 4.50/5 Total 2 Ratings
Developer https://bookmark.style
Email [email protected]
Payment Type free
Extension Website https://bookmark.style
Help Page URL https://github.com/xiaoluoboding/chrome-web-bookmark/issues
Privacy Policy Page URL https://www.onetab.group/privacy-policy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Bookmark Style - Style your visual bookmark",
    "version": "1.0.0",
    "description": "One-click turn any link into a visual bookmark, and it looks like `Twitter` cards or `Notion` web bookmark.",
    "action": {
        "default_icon": ".\/assets\/favicon.png",
        "default_popup": ".\/popup\/index.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": ".\/assets\/favicon.png",
        "48": ".\/assets\/favicon.png",
        "128": ".\/assets\/favicon.png"
    },
    "permissions": [
        "activeTab"
    ],
    "content_security_policy": []
}