UniMark

Universal Bookmark Manager

什么是UniMark?

UniMark是由https://vieolo.com开发的Chrome扩展程序,该扩展的主要功能是“Universal Bookmark Manager”。

扩展截图

screenshot
screenshot

下载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 UniMark
ID lgohmifccoelcmmfmcjbgphdfjkdhpel
官方URL 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
}