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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://bookmark.style และคุณลักษณะหลักของมันคือ "One-click turn any link into a visual bookmark, and it looks like `Twitter` cards or `Notion` web bookmark."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Bookmark Style - Style your visual bookmark
ดาวน์โหลดไฟล์ส่วนขยาย 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": []
} | |