GSConnect

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

GSConnect क्या है?

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

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

screenshot

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

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

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

                        A Chrome/Chromium extension for sharing links with phones, tablets and other devices connected with the GSConnect GNOME Shell extension.

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

Please report any problems on Github.

---

KDE Connect allows devices to securely share content like notifications or files and other features like SMS messaging and remote control. GSConnect is a complete implementation of KDE Connect especially for GNOME Shell.                    

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

नाम GSConnect GSConnect
ID jfnifeihccihocjbfcfhicmmgpjicaec
आधिकारिक URL https://chromewebstore.google.com/detail/gsconnect/jfnifeihccihocjbfcfhicmmgpjicaec
विवरण Share links with GSConnect, direct to the browser or by SMS.
फ़ाइल का आकार 42.94 KB
स्थापना संख्या 27,136
वर्तमान संस्करण 7
अंतिम अपडेट 2019-05-04
प्रकाशन तिथि 2019-05-03
रेटिंग 4.30/5 कुल 46 रेटिंग्स
डेवलपर Daniel Landau
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/andyholmes/gnome-shell-extension-gsconnect/wiki/
सहायता पृष्ठ URL https://github.com/andyholmes/gnome-shell-extension-gsconnect/wiki/
समर्थित भाषाएँ de,en,fr,tr,ca,da,et,es,it,lt,hu,pl,sk,cs,sr,ru,uk
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extensionName__",
    "description": "__MSG_extensionDescription__",
    "version": "7",
    "homepage_url": "https:\/\/github.com\/andyholmes\/gnome-shell-extension-gsconnect\/wiki",
    "default_locale": "en",
    "browser_action": {
        "default_title": "__MSG_extensionName__",
        "default_popup": "popup.html",
        "default_icon": {
            "256": "images\/gsconnect-256.png",
            "128": "images\/gsconnect-128.png",
            "64": "images\/gsconnect-64.png",
            "48": "images\/gsconnect-48.png",
            "32": "images\/gsconnect-32.png",
            "24": "images\/gsconnect-24.png",
            "22": "images\/gsconnect-22.png",
            "16": "images\/gsconnect-16.png"
        }
    },
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "nativeMessaging",
        "tabs",
        "contextMenus"
    ],
    "icons": {
        "256": "images\/gsconnect-256.png",
        "128": "images\/gsconnect-128.png",
        "64": "images\/gsconnect-64.png",
        "48": "images\/gsconnect-48.png",
        "32": "images\/gsconnect-32.png",
        "24": "images\/gsconnect-24.png",
        "22": "images\/gsconnect-22.png",
        "16": "images\/gsconnect-16.png"
    }
}