Zorin Connect

Share links with Zorin Connect, direct to the browser or by SMS.

Zorin Connect क्या है?

Zorin Connect https://zorin.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Share links with Zorin Connect, direct to the browser or by SMS."।

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

screenshot

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

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

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

                        A browser extension for sharing links with phones, tablets and other devices connected with the Zorin Connect GNOME Shell extension.

Share links to websites, images and videos, either directly to the device browser or by SMS.

Please note you will need to have Zorin OS 15 or newer installed on your computer and enable Zorin Connect on the desktop for this extension to work.

This extension is an open source project based on the GSConnect web extension.                    

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

नाम Zorin Connect Zorin Connect
ID nfcnjkekppjddipfnfbbohdocpgjnmee
आधिकारिक URL https://chromewebstore.google.com/detail/zorin-connect/nfcnjkekppjddipfnfbbohdocpgjnmee
विवरण Share links with Zorin Connect, direct to the browser or by SMS.
फ़ाइल का आकार 70.92 KB
स्थापना संख्या 5,271
वर्तमान संस्करण 8
अंतिम अपडेट 2022-05-18
प्रकाशन तिथि 2019-12-09
रेटिंग 5.00/5 कुल 5 रेटिंग्स
डेवलपर https://zorin.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://zorin.com
गोपनीयता नीति पृष्ठ URL https://zorin.com/legal/privacy
समर्थित भाषाएँ de,en,fr,tr,ca,da,et,es,it,lt,hu,pl,sk,cs,sr,ru,uk,ar
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extensionName__",
    "description": "__MSG_extensionDescription__",
    "version": "8",
    "homepage_url": "https:\/\/github.com\/ZorinOS\/gnome-shell-extension-zorin-connect",
    "default_locale": "en",
    "browser_action": {
        "default_title": "__MSG_extensionName__",
        "default_popup": "popup.html",
        "default_icon": {
            "256": "images\/zorin-connect-256.png",
            "128": "images\/zorin-connect-128.png",
            "64": "images\/zorin-connect-64.png",
            "48": "images\/zorin-connect-48.png",
            "32": "images\/toolbar-32.png",
            "24": "images\/toolbar-24.png",
            "22": "images\/toolbar-22.png",
            "16": "images\/toolbar-16.png"
        }
    },
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "nativeMessaging",
        "tabs",
        "contextMenus"
    ],
    "icons": {
        "256": "images\/zorin-connect-256.png",
        "128": "images\/zorin-connect-128.png",
        "64": "images\/zorin-connect-64.png",
        "48": "images\/zorin-connect-48.png",
        "32": "images\/zorin-connect-32.png",
        "24": "images\/zorin-connect-24.png",
        "22": "images\/zorin-connect-22.png",
        "16": "images\/zorin-connect-16.png"
    }
}