ymarks

The official ymarks browser extension.

O que é ymarks?

ymarks é uma extensão do Chrome desenvolvida por https://www.ymarks.org, e sua principal característica é "The official ymarks browser extension.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão ymarks

Baixe arquivos de extensão ymarks no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome ymarks ymarks
ID gefignhaigoigfjfbjjobmegihhaacfi
URL Oficial https://chromewebstore.google.com/detail/ymarks/gefignhaigoigfjfbjjobmegihhaacfi
Descrição The official ymarks browser extension.
Tamanho do Arquivo 13.74 KB
Contagem de Instalações 78
Versão Atual 1.2.0.0
Última Atualização 2022-07-05
Data de Publicação 2018-06-29
Desenvolvedor https://www.ymarks.org
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.ymarks.org
Idiomas Suportados 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"
    }
}