Zorin Connect
Share links with Zorin Connect, direct to the browser or by SMS.
Zorin Connectคืออะไร?
Zorin Connect เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://zorin.com และคุณลักษณะหลักของมันคือ "Share links with Zorin Connect, direct to the browser or by SMS."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Zorin Connect
ดาวน์โหลดไฟล์ส่วนขยาย Zorin Connect ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
A browser extension for sharing links with phones, tablets and other devices connected with the Zorin Connect GNOME Shell extension. Share links to websites, images and videos, either directly to the device browser or by SMS. Please note you will need to have Zorin OS 15 or newer installed on your computer and enable Zorin Connect on the desktop for this extension to work. This extension is an open source project based on the GSConnect web extension.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Zorin Connect |
ID | nfcnjkekppjddipfnfbbohdocpgjnmee |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/zorin-connect/nfcnjkekppjddipfnfbbohdocpgjnmee |
คำอธิบาย | Share links with Zorin Connect, direct to the browser or by SMS. |
ขนาดไฟล์ | 70.92 KB |
จำนวนการติดตั้ง | 5,271 |
เวอร์ชันปัจจุบัน | 8 |
อัปเดตครั้งล่าสุด | 2022-05-18 |
วันที่เผยแพร่ | 2019-12-09 |
คะแนน | 5.00/5 รวมทั้งหมด 5 คะแนน |
ผู้พัฒนา | https://zorin.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://zorin.com |
URL หน้านโยบายความเป็นส่วนตัว | https://zorin.com/legal/privacy |
ภาษาที่รองรับ | de,en,fr,tr,ca,da,et,es,it,lt,hu,pl,sk,cs,sr,ru,uk,ar |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extensionName__", "description": "__MSG_extensionDescription__", "version": "8", "homepage_url": "https:\/\/github.com\/ZorinOS\/gnome-shell-extension-zorin-connect", "default_locale": "en", "browser_action": { "default_title": "__MSG_extensionName__", "default_popup": "popup.html", "default_icon": { "256": "images\/zorin-connect-256.png", "128": "images\/zorin-connect-128.png", "64": "images\/zorin-connect-64.png", "48": "images\/zorin-connect-48.png", "32": "images\/toolbar-32.png", "24": "images\/toolbar-24.png", "22": "images\/toolbar-22.png", "16": "images\/toolbar-16.png" } }, "background": { "page": "background.html" }, "permissions": [ "nativeMessaging", "tabs", "contextMenus" ], "icons": { "256": "images\/zorin-connect-256.png", "128": "images\/zorin-connect-128.png", "64": "images\/zorin-connect-64.png", "48": "images\/zorin-connect-48.png", "32": "images\/zorin-connect-32.png", "24": "images\/zorin-connect-24.png", "22": "images\/zorin-connect-22.png", "16": "images\/zorin-connect-16.png" } } |