GSConnect
Share links with GSConnect, direct to the browser or by SMS.
GSConnect là gì?
GSConnect là một tiện ích mở rộng Chrome được phát triển bởi Daniel Landau, và tính năng chính của nó là "Share links with GSConnect, direct to the browser or by SMS.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng GSConnect
Tải xuống các tệp mở rộng GSConnect dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | GSConnect |
ID | jfnifeihccihocjbfcfhicmmgpjicaec |
URL Chính Thức | https://chromewebstore.google.com/detail/gsconnect/jfnifeihccihocjbfcfhicmmgpjicaec |
Mô tả | Share links with GSConnect, direct to the browser or by SMS. |
Kích Thước Tệp | 42.94 KB |
Số Lần Cài Đặt | 27,136 |
Phiên Bản Hiện Tại | 7 |
Cập Nhật Lần Cuối | 2019-05-04 |
Ngày Phát Hành | 2019-05-03 |
Đánh Giá | 4.30/5 Tổng số 46 Đánh Giá |
Nhà Phát Triển | Daniel Landau |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/andyholmes/gnome-shell-extension-gsconnect/wiki/ |
URL Trang Trợ Giúp | https://github.com/andyholmes/gnome-shell-extension-gsconnect/wiki/ |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |