ymarks

The official ymarks browser extension.

什么是ymarks?

ymarks是由https://www.ymarks.org开发的Chrome扩展程序,该扩展的主要功能是“The official ymarks browser extension.”。

扩展截图

screenshot

下载ymarks扩展crx文件

下载ymarks扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        ymarks is a free and open source add-on for several modern web browsers, licensed under the terms of the CDDL, with a server component written in C that allows you to synchronize your browser's bookmarks with an SQLite3 database that can be hosted either on your local machine or somewhere in your intranet (or even the internet). It is supposed to be a single-user system in order to reduce complexity and increase privacy, but you can (technically) run as many parallel instances of ymarks as you like.                    

扩展基本信息

名称 ymarks ymarks
ID gefignhaigoigfjfbjjobmegihhaacfi
官方URL https://chromewebstore.google.com/detail/ymarks/gefignhaigoigfjfbjjobmegihhaacfi
简介 The official ymarks browser extension.
文件大小 13.74 KB
安装次数 78
当前版本 1.2.0.0
更新时间 2022-07-05
上架时间 2018-06-29
开发者 https://www.ymarks.org
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.ymarks.org
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ymarks",
    "version": "1.2.0.0",
    "description": "The official ymarks browser extension.",
    "icons": {
        "32": "icons\/ymarks-32.png"
    },
    "permissions": [
        "bookmarks",
        "storage",
        "notifications"
    ],
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "scripts\/background.js"
    },
    "action": {
        "default_icon": "icons\/ymarks-32.png",
        "default_title": "ymarks",
        "default_popup": "popup\/ymarks.html"
    },
    "options_ui": {
        "page": "options\/options.html"
    }
}