UniMark

Universal Bookmark Manager

UniMark क्या है?

UniMark https://vieolo.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Universal Bookmark Manager"।

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

screenshot
screenshot

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

crx प्रारूप में UniMark एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        UniMark is a productivity tool which stores and gives access to your browser bookmarks across multiple platforms.
All you need to do is to download the extension and app, log in, and save the links to the webpages that are important to you. You can then access, use, and modify them from anywhere.
UniMark is currently available in Chrome and Firefox browsers as extensions and in Android as an app.
The saved links are categorised in different folders to help you keep your important bookmarks organised.                    

एक्सटेंशन की मूल जानकारी

नाम UniMark UniMark
ID lgohmifccoelcmmfmcjbgphdfjkdhpel
आधिकारिक URL https://chromewebstore.google.com/detail/unimark/lgohmifccoelcmmfmcjbgphdfjkdhpel
विवरण Universal Bookmark Manager
फ़ाइल का आकार 152 KB
स्थापना संख्या 15
वर्तमान संस्करण 1.7.0
अंतिम अपडेट 2023-06-22
प्रकाशन तिथि 2020-04-14
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर https://vieolo.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://vieolo.com/app/unimark/
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "UniMark",
    "version": "1.7.0",
    "description": "Universal Bookmark Manager",
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "permissions": [
        "storage",
        "tabs",
        "contextMenus",
        "bookmarks"
    ],
    "action": {
        "default_popup": "index.html",
        "default_icon": {
            "16": "icon16.png",
            "32": "icon32.png",
            "48": "icon48.png",
            "64": "icon64.png",
            "128": "icon128.png"
        }
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "64": "icon64.png",
        "128": "icon128.png"
    },
    "manifest_version": 3
}