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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    }
}