Copy URL
This extension will create a QR code of the URL that you are browsing, so that it can be read by you phone.
ما هو Copy URL؟
Copy URL هو إضافة Chrome تم تطويرها بواسطة viveksinghggits، والميزة الرئيسية لها هي "This extension will create a QR code of the URL that you are browsing, so that it can be read by you phone.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Copy URL
قم بتنزيل ملفات الامتداد Copy URL بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension can be used to convert your opened URL into a QR code which can later be scanned by the mobile device. So the purpose of the product is to copy the URL from your computer to your mobile device.
معلومات أساسية عن التمديد
الاسم | Copy URL |
ID | lhdkfgdpcodjjadeebijobklicbaegfb |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/copy-url/lhdkfgdpcodjjadeebijobklicbaegfb |
الوصف | This extension will create a QR code of the URL that you are browsing, so that it can be read by you phone. |
حجم الملف | 8.12 KB |
عدد التثبيتات | 30 |
النسخة الحالية | 1.0 |
آخر تحديث | 2018-06-09 |
تاريخ النشر | 2018-06-09 |
المطور | viveksinghggits |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Copy URL", "description": "This extension will create a QR code of the URL that you are browsing, so that it can be read by you phone.", "version": "1.0", "browser_action": { "default_icon": "website.png", "default_popup": "popup.html" }, "permissions": [ "activeTab" ] } |