UniMark
Universal Bookmark Manager
UniMark là gì?
UniMark là một tiện ích mở rộng Chrome được phát triển bởi https://vieolo.com, và tính năng chính của nó là "Universal Bookmark Manager".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng UniMark
Tải xuống các tệp mở rộng UniMark dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | UniMark |
ID | lgohmifccoelcmmfmcjbgphdfjkdhpel |
URL Chính Thức | https://chromewebstore.google.com/detail/unimark/lgohmifccoelcmmfmcjbgphdfjkdhpel |
Mô tả | Universal Bookmark Manager |
Kích Thước Tệp | 152 KB |
Số Lần Cài Đặt | 15 |
Phiên Bản Hiện Tại | 1.7.0 |
Cập Nhật Lần Cuối | 2023-06-22 |
Ngày Phát Hành | 2020-04-14 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | https://vieolo.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://vieolo.com/app/unimark/ |
Ngôn Ngữ Được Hỗ Trợ | 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 } |