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.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة GSConnect
قم بتنزيل ملفات الامتداد GSConnect بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 |
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/ |
عنوان صفحة المساعدة | 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" } } |