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?
Bookmark Style - Style your visual bookmark是由https://bookmark.style开发的Chrome扩展程序,该扩展的主要功能是“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扩展crx文件
下载Bookmark Style - Style your visual bookmark扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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) 扩展基本信息
| 名称 | |
| ID | jcfidgjldodhkpiebmemhnhgpgdakham |
| 官方URL | https://chromewebstore.google.com/detail/bookmark-style-style-your/jcfidgjldodhkpiebmemhnhgpgdakham |
| 简介 | One-click turn any link into a visual bookmark, and it looks like `Twitter` cards or `Notion` web bookmark. |
| 文件大小 | 875 KB |
| 安装次数 | 332 |
| 当前版本 | 1.0.0 |
| 更新时间 | 2022-12-01 |
| 上架时间 | 2022-03-22 |
| 评分 | 4.50/5 共2次评分 |
| 开发者 | https://bookmark.style |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://bookmark.style |
| 帮助页面URL | https://github.com/xiaoluoboding/chrome-web-bookmark/issues |
| 隐私政策页面URL | https://www.onetab.group/privacy-policy |
| 支持的语言 | 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": []
} | |