QrURL
create a qrcode from an url
ما هو QrURL؟
QrURL هو إضافة Chrome تم تطويرها بواسطة https://qrurl.it، والميزة الرئيسية لها هي "create a qrcode from an url".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة QrURL
قم بتنزيل ملفات الامتداد QrURL بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
A QR code (abbreviated from Quick Response code) is a type of matrix barcode (or two-dimensional code) designed to be read by smartphones. Using QRUrl you can translate any literal URI to a QR code and then use it to share your site in the physical world.
معلومات أساسية عن التمديد
الاسم | QrURL |
ID | ckcagfpjgmmncmkgdilpjbkleijonafi |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/qrurl/ckcagfpjgmmncmkgdilpjbkleijonafi |
الوصف | create a qrcode from an url |
حجم الملف | 14.45 KB |
عدد التثبيتات | 115 |
النسخة الحالية | 0.4.3 |
آخر تحديث | 2017-09-28 |
تاريخ النشر | 2017-09-28 |
المطور | https://qrurl.it |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | http://qrurl.it |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "QrURL", "version": "0.4.3", "description": "create a qrcode from an url", "background_page": "background.html", "browser_action": { "default_icon": "icon-128.png", "popup": "popup.html" }, "homepage_url": "http:\/\/qrurl.it", "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ] } |