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
Eメール [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"
    }
}