ymarks

The official ymarks browser extension.

Was ist ymarks?

ymarks ist eine Chrome-Erweiterung, die von https://www.ymarks.org entwickelt wurde, und ihr Hauptmerkmal ist "The official ymarks browser extension.".

Erweiterungsscreenshots

screenshot

ymarks-Erweiterungs-CRX-Datei herunterladen

Laden Sie ymarks-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name ymarks ymarks
ID gefignhaigoigfjfbjjobmegihhaacfi
Offizielle URL https://chromewebstore.google.com/detail/ymarks/gefignhaigoigfjfbjjobmegihhaacfi
Beschreibung The official ymarks browser extension.
Dateigröße 13.74 KB
Installationsanzahl 78
Aktuelle Version 1.2.0.0
Letztes Update 2022-07-05
Veröffentlichungsdatum 2018-06-29
Entwickler https://www.ymarks.org
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.ymarks.org
Unterstützte Sprachen 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"
    }
}