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.

Was ist Bookmark Style - Style your visual bookmark?

Bookmark Style - Style your visual bookmark ist eine Chrome-Erweiterung, die von https://bookmark.style entwickelt wurde, und ihr Hauptmerkmal ist "One-click turn any link into a visual bookmark, and it looks like `Twitter` cards or `Notion` web bookmark.".

Erweiterungsscreenshots

screenshot
screenshot

Bookmark Style - Style your visual bookmark-Erweiterungs-CRX-Datei herunterladen

Laden Sie Bookmark Style - Style your visual bookmark-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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)                    

Grundlegende Informationen zur Erweiterung

Name Bookmark Style - Style your visual bookmark Bookmark Style - Style your visual bookmark
ID jcfidgjldodhkpiebmemhnhgpgdakham
Offizielle URL https://chromewebstore.google.com/detail/bookmark-style-style-your/jcfidgjldodhkpiebmemhnhgpgdakham
Beschreibung One-click turn any link into a visual bookmark, and it looks like `Twitter` cards or `Notion` web bookmark.
Dateigröße 875 KB
Installationsanzahl 332
Aktuelle Version 1.0.0
Letztes Update 2022-12-01
Veröffentlichungsdatum 2022-03-22
Bewertung 4.50/5 Insgesamt 2 Bewertungen
Entwickler https://bookmark.style
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://bookmark.style
Hilfeseite URL https://github.com/xiaoluoboding/chrome-web-bookmark/issues
URL der Datenschutzrichtlinien-Seite https://www.onetab.group/privacy-policy
Unterstützte Sprachen 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": []
}