ymarks

The official ymarks browser extension.

Qu'est-ce que ymarks ?

ymarks est une extension Chrome développée par https://www.ymarks.org, et sa fonction principale est "The official ymarks browser extension.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension ymarks

Téléchargez les fichiers d'extension ymarks au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom ymarks ymarks
ID gefignhaigoigfjfbjjobmegihhaacfi
URL Officiel https://chromewebstore.google.com/detail/ymarks/gefignhaigoigfjfbjjobmegihhaacfi
Description The official ymarks browser extension.
Taille du Fichier 13.74 KB
Nombre d'Installations 78
Version Actuelle 1.2.0.0
Dernière Mise à Jour 2022-07-05
Date de Publication 2018-06-29
Développeur https://www.ymarks.org
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.ymarks.org
Langues Prises en Charge 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"
    }
}