ymarks

The official ymarks browser extension.

ymarks là gì?

ymarks là một tiện ích mở rộng Chrome được phát triển bởi https://www.ymarks.org, và tính năng chính của nó là "The official ymarks browser extension.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng ymarks

Tải xuống các tệp mở rộng ymarks dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên ymarks ymarks
ID gefignhaigoigfjfbjjobmegihhaacfi
URL Chính Thức https://chromewebstore.google.com/detail/ymarks/gefignhaigoigfjfbjjobmegihhaacfi
Mô tả The official ymarks browser extension.
Kích Thước Tệp 13.74 KB
Số Lần Cài Đặt 78
Phiên Bản Hiện Tại 1.2.0.0
Cập Nhật Lần Cuối 2022-07-05
Ngày Phát Hành 2018-06-29
Nhà Phát Triển https://www.ymarks.org
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.ymarks.org
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}