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.
Bookmark Style - Style your visual bookmark là gì?
Bookmark Style - Style your visual bookmark là một tiện ích mở rộng Chrome được phát triển bởi https://bookmark.style, và tính năng chính của nó là "One-click turn any link into a visual bookmark, and it looks like `Twitter` cards or `Notion` web bookmark.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Bookmark Style - Style your visual bookmark
Tải xuống các tệp mở rộng Bookmark Style - Style your visual bookmark dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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)
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Bookmark Style - Style your visual bookmark |
ID | jcfidgjldodhkpiebmemhnhgpgdakham |
URL Chính Thức | https://chromewebstore.google.com/detail/bookmark-style-style-your/jcfidgjldodhkpiebmemhnhgpgdakham |
Mô tả | One-click turn any link into a visual bookmark, and it looks like `Twitter` cards or `Notion` web bookmark. |
Kích Thước Tệp | 875 KB |
Số Lần Cài Đặt | 332 |
Phiên Bản Hiện Tại | 1.0.0 |
Cập Nhật Lần Cuối | 2022-12-01 |
Ngày Phát Hành | 2022-03-22 |
Đánh Giá | 4.50/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | https://bookmark.style |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://bookmark.style |
URL Trang Trợ Giúp | https://github.com/xiaoluoboding/chrome-web-bookmark/issues |
URL Trang Chính Sách Bảo Mật | https://www.onetab.group/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | 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": [] } |