Lynkmark
A bookmarking tool which helps you save, organize & share all your favorite links in a centralized & searchable place
什么是Lynkmark?
Lynkmark是由https://lynkmark.com开发的Chrome扩展程序,该扩展的主要功能是“A bookmarking tool which helps you save, organize & share all your favorite links in a centralized & searchable place”。
扩展截图
下载Lynkmark扩展crx文件
下载Lynkmark扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 扩展基本信息
| 名称 | |
| ID | ipjggohlfelekocbganopmpcfkdjdopm |
| 官方URL | https://chromewebstore.google.com/detail/lynkmark/ipjggohlfelekocbganopmpcfkdjdopm |
| 简介 | A bookmarking tool which helps you save, organize & share all your favorite links in a centralized & searchable place |
| 文件大小 | 1.4 MB |
| 安装次数 | 87 |
| 当前版本 | 1.0.3 |
| 更新时间 | 2024-02-10 |
| 上架时间 | 2021-02-10 |
| 评分 | 5.00/5 共5次评分 |
| 开发者 | https://lynkmark.com |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://www.lynkmark.com/ |
| 隐私政策页面URL | https://lynkmark.com/privacy-policy |
| 支持的语言 | 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"
} | |