ymarks

The official ymarks browser extension.

ما هو ymarks؟

ymarks هو إضافة Chrome تم تطويرها بواسطة https://www.ymarks.org، والميزة الرئيسية لها هي "The official ymarks browser extension.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة ymarks

قم بتنزيل ملفات الامتداد ymarks بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم ymarks ymarks
ID gefignhaigoigfjfbjjobmegihhaacfi
عنوان URL الرسمي https://chromewebstore.google.com/detail/ymarks/gefignhaigoigfjfbjjobmegihhaacfi
الوصف The official ymarks browser extension.
حجم الملف 13.74 KB
عدد التثبيتات 78
النسخة الحالية 1.2.0.0
آخر تحديث 2022-07-05
تاريخ النشر 2018-06-29
المطور https://www.ymarks.org
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://www.ymarks.org
اللغات المدعومة 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"
    }
}