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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
이메일 | [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": [] } |