ymarks

The official ymarks browser extension.

Apa itu ymarks?

ymarks adalah ekstensi Chrome yang dikembangkan oleh https://www.ymarks.org, dan fitur utamanya adalah "The official ymarks browser extension.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi ymarks

Unduh file ekstensi ymarks dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama ymarks ymarks
ID gefignhaigoigfjfbjjobmegihhaacfi
URL Resmi https://chromewebstore.google.com/detail/ymarks/gefignhaigoigfjfbjjobmegihhaacfi
Deskripsi The official ymarks browser extension.
Ukuran File 13.74 KB
Jumlah Instalasi 78
Versi Saat Ini 1.2.0.0
Terakhir Diperbarui 2022-07-05
Tanggal Publikasi 2018-06-29
Pengembang https://www.ymarks.org
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://www.ymarks.org
Bahasa yang Didukung 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"
    }
}