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 |
| 官方網址 | 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"
} | |