ymarks

The official ymarks browser extension.

Wat is ymarks?

ymarks is een Chrome-extensie ontwikkeld door https://www.ymarks.org, en de belangrijkste functie is "The official ymarks browser extension.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie ymarks

Download ymarks-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam ymarks ymarks
ID gefignhaigoigfjfbjjobmegihhaacfi
Officiële URL https://chromewebstore.google.com/detail/ymarks/gefignhaigoigfjfbjjobmegihhaacfi
Beschrijving The official ymarks browser extension.
Bestandsgrootte 13.74 KB
Aantal Installaties 78
Huidige Versie 1.2.0.0
Laatst Bijgewerkt 2022-07-05
Publicatiedatum 2018-06-29
Ontwikkelaar https://www.ymarks.org
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.ymarks.org
Ondersteunde Talen 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"
    }
}