ymarks

The official ymarks browser extension.

¿Qué es ymarks?

ymarks es una extensión de Chrome desarrollada por https://www.ymarks.org, y su función principal es "The official ymarks browser extension.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión ymarks

Descarga archivos de extensión ymarks en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre ymarks ymarks
ID gefignhaigoigfjfbjjobmegihhaacfi
URL Oficial https://chromewebstore.google.com/detail/ymarks/gefignhaigoigfjfbjjobmegihhaacfi
Descripción The official ymarks browser extension.
Tamaño del Archivo 13.74 KB
Cantidad de Instalaciones 78
Versión Actual 1.2.0.0
Última Actualización 2022-07-05
Fecha de Publicación 2018-06-29
Desarrollador https://www.ymarks.org
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://www.ymarks.org
Idiomas Soportados 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"
    }
}