ymarks

The official ymarks browser extension.

ymarks क्या है?

ymarks https://www.ymarks.org द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The official ymarks browser extension."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में ymarks एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    }
}