GSConnect

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

什么是GSConnect?

GSConnect是由Daniel Landau开发的Chrome扩展程序,该扩展的主要功能是“Share links with GSConnect, direct to the browser or by SMS.”。

扩展截图

screenshot

下载GSConnect扩展crx文件

下载GSConnect扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
    }
}