UniMark
Universal Bookmark Manager
UniMarkคืออะไร?
UniMark เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://vieolo.com และคุณลักษณะหลักของมันคือ "Universal Bookmark Manager"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย UniMark
ดาวน์โหลดไฟล์ส่วนขยาย UniMark ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
UniMark is a productivity tool which stores and gives access to your browser bookmarks across multiple platforms. All you need to do is to download the extension and app, log in, and save the links to the webpages that are important to you. You can then access, use, and modify them from anywhere. UniMark is currently available in Chrome and Firefox browsers as extensions and in Android as an app. The saved links are categorised in different folders to help you keep your important bookmarks organised.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | UniMark |
ID | lgohmifccoelcmmfmcjbgphdfjkdhpel |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/unimark/lgohmifccoelcmmfmcjbgphdfjkdhpel |
คำอธิบาย | Universal Bookmark Manager |
ขนาดไฟล์ | 152 KB |
จำนวนการติดตั้ง | 15 |
เวอร์ชันปัจจุบัน | 1.7.0 |
อัปเดตครั้งล่าสุด | 2023-06-22 |
วันที่เผยแพร่ | 2020-04-14 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | https://vieolo.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://vieolo.com/app/unimark/ |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "UniMark", "version": "1.7.0", "description": "Universal Bookmark Manager", "host_permissions": [ "*:\/\/*\/*" ], "permissions": [ "storage", "tabs", "contextMenus", "bookmarks" ], "action": { "default_popup": "index.html", "default_icon": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "64": "icon64.png", "128": "icon128.png" } }, "background": { "service_worker": "background.js", "type": "module" }, "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "64": "icon64.png", "128": "icon128.png" }, "manifest_version": 3 } |