Smart Connection
Screen Sharing By Wireless Display
ما هو Smart Connection؟
Smart Connection هو إضافة Chrome تم تطويرها بواسطة AtomWu، والميزة الرئيسية لها هي "Screen Sharing By Wireless Display".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Smart Connection
قم بتنزيل ملفات الامتداد Smart Connection بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Smart Connection : Screen Sharing By Wireless Display.
معلومات أساسية عن التمديد
الاسم | |
ID | jdeffbcalgephoogkfbjdijifmdkcmkn |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/smart-connection/jdeffbcalgephoogkfbjdijifmdkcmkn |
الوصف | Screen Sharing By Wireless Display |
حجم الملف | 146 KB |
عدد التثبيتات | 764 |
النسخة الحالية | 0.3.4 |
آخر تحديث | 2018-05-10 |
تاريخ النشر | 2018-05-10 |
تقييم | 4.60/5 مجموع تقييمات 5 |
المطور | AtomWu |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Smart Connection", "description": "Screen Sharing By Wireless Display", "version": "0.3.4", "manifest_version": 2, "icons": { "48": "btn_sc_48x48.png" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "permissions": [ "proxy", "tabs", "desktopCapture", "storage" ], "browser_action": { "default_icon": "btn_sc_nonshare_128.png", "default_popup": "popup.html" }, "options_page": "setting.html" } |