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)
拡張機能の基本情報
名前 | Bookmark Style - Style your visual bookmark |
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 |
Eメール | [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": [] } |