Get Link
Create a QRcode for the URL to open in other devices
ما هو Get Link؟
Get Link هو إضافة Chrome تم تطويرها بواسطة Unknown، والميزة الرئيسية لها هي "Create a QRcode for the URL to open in other devices".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Get Link
قم بتنزيل ملفات الامتداد Get Link بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension creates a QR code of the current URL link which can be scanned from the Mobile camera to open the same link on your mobile phone. معلومات أساسية عن التمديد
| الاسم | |
| ID | bknagdmankilmkenflkobkobmdeakcic |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/get-link/bknagdmankilmkenflkobkobmdeakcic |
| الوصف | Create a QRcode for the URL to open in other devices |
| حجم الملف | 67.66 KB |
| عدد التثبيتات | 622 |
| النسخة الحالية | 1.0.0 |
| آخر تحديث | 2019-09-17 |
| تاريخ النشر | 2019-09-17 |
| المطور | Unknown |
| نوع الدفع | free |
| اللغات المدعومة | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Get Link",
"description": "Create a QRcode for the URL to open in other devices",
"version": "1.0.0",
"icons": {
"128": "logo-128x128.png"
},
"browser_action": {
"default_icon": "logo.png",
"default_popup": "popup.html"
},
"permissions": [
"activeTab"
]
} | |