UniMark
Universal Bookmark Manager
什麼是UniMark?
UniMark是由https://vieolo.com開發的Chrome擴展程式,該擴展的主要功能是“Universal Bookmark Manager”。
擴展截圖
下載UniMark擴展crx文件
下載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 |
官方網址 | 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 } |