ymarks

The official ymarks browser extension.

Cos'è ymarks?

ymarks è un'estensione di Chrome sviluppata da https://www.ymarks.org, e la sua funzione principale è "The official ymarks browser extension.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione ymarks

Scarica i file di estensione ymarks in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome ymarks ymarks
ID gefignhaigoigfjfbjjobmegihhaacfi
URL Ufficiale https://chromewebstore.google.com/detail/ymarks/gefignhaigoigfjfbjjobmegihhaacfi
Descrizione The official ymarks browser extension.
Dimensione del File 13.74 KB
Conteggio Installazioni 78
Versione Corrente 1.2.0.0
Ultimo Aggiornamento 2022-07-05
Data di Pubblicazione 2018-06-29
Sviluppatore https://www.ymarks.org
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.ymarks.org
Lingue Supportate 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"
    }
}