Lynkmark
A bookmarking tool which helps you save, organize & share all your favorite links in a centralized & searchable place
Lynkmark là gì?
Lynkmark là một tiện ích mở rộng Chrome được phát triển bởi https://lynkmark.com, và tính năng chính của nó là "A bookmarking tool which helps you save, organize & share all your favorite links in a centralized & searchable place".
Ả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 Lynkmark
Tải xuống các tệp mở rộng Lynkmark 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
Simplest way to organize your bookmarks for web & mobile Keep all your Bookmarks in one place. - Save links from the Web - Add notes while bookmarking - Organize your links using collections - Add Tags - Search for everything - Save and Restore your browser windows using collection
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Lynkmark |
ID | ipjggohlfelekocbganopmpcfkdjdopm |
URL Chính Thức | https://chromewebstore.google.com/detail/lynkmark/ipjggohlfelekocbganopmpcfkdjdopm |
Mô tả | A bookmarking tool which helps you save, organize & share all your favorite links in a centralized & searchable place |
Kích Thước Tệp | 1.4 MB |
Số Lần Cài Đặt | 87 |
Phiên Bản Hiện Tại | 1.0.3 |
Cập Nhật Lần Cuối | 2024-02-10 |
Ngày Phát Hành | 2021-02-10 |
Đánh Giá | 5.00/5 Tổng số 5 Đánh Giá |
Nhà Phát Triển | https://lynkmark.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.lynkmark.com/ |
URL Trang Chính Sách Bảo Mật | https://lynkmark.com/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_extName__", "homepage_url": "https:\/\/www.lynkmark.com", "description": "A bookmarking tool which helps you save, organize & share all your favorite links in a centralized & searchable place", "default_locale": "en", "permissions": [ "activeTab", "tabs", "storage", "cookies", "contextMenus" ], "host_permissions": [ "*:\/\/*.lynkmark.com\/*" ], "omnibox": { "keyword": "lk" }, "icons": { "16": "icons\/16.png", "32": "icons\/32.png", "48": "icons\/48.png", "64": "icons\/64.png", "128": "icons\/128.png" }, "background": { "service_worker": "js\/background.js" }, "action": { "default_popup": "popup.html", "default_title": "__MSG_extName__", "default_icon": { "16": "icons\/16.png", "32": "icons\/32.png", "48": "icons\/48.png", "64": "icons\/64.png", "128": "icons\/128.png" } }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "version": "1.0.3" } |