GSConnect

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

GSConnectคืออะไร?

GSConnect เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Daniel Landau และคุณลักษณะหลักของมันคือ "Share links with GSConnect, direct to the browser or by SMS."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย GSConnect

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    }
}