ymarks

The official ymarks browser extension.

Vad är ymarks?

ymarks är en Chrome-tillägg utvecklad av https://www.ymarks.org, och dess huvudfunktion är "The official ymarks browser extension.".

Tilläggsskärmbilder

screenshot

Ladda ner ymarks-förlängningens CRX-fil

Ladda ner ymarks-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn ymarks ymarks
ID gefignhaigoigfjfbjjobmegihhaacfi
Officiell webbadress https://chromewebstore.google.com/detail/ymarks/gefignhaigoigfjfbjjobmegihhaacfi
Beskrivning The official ymarks browser extension.
Filstorlek 13.74 KB
Antal Installationer 78
Aktuell Version 1.2.0.0
Senast Uppdaterad 2022-07-05
Publiceringsdatum 2018-06-29
Utvecklare https://www.ymarks.org
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://www.ymarks.org
Stödda Språk 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"
    }
}