QR-Code
Show a QR-Code for the current URL (without relying on some third-party API).
ما هو QR-Code؟
QR-Code هو إضافة Chrome تم تطويرها بواسطة felix.kaiser، والميزة الرئيسية لها هي "Show a QR-Code for the current URL (without relying on some third-party API).".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة QR-Code
قم بتنزيل ملفات الامتداد QR-Code بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Shows a QR-Code for the current URL, or any other text. It uses Kazuhiko Arases JavaScript library (http://www.d-project.com/) to draw the QR codes instead of relying on some third-party web API (like all of the other extensions I looked at.). It's free and open source: https://github.com/fxkr/chrome-qrcode-extension
معلومات أساسية عن التمديد
الاسم | QR-Code |
ID | leicjbimaiecjfljbeikdailcmaadlml |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/qr-code/leicjbimaiecjfljbeikdailcmaadlml |
الوصف | Show a QR-Code for the current URL (without relying on some third-party API). |
حجم الملف | 13.5 KB |
عدد التثبيتات | 799 |
النسخة الحالية | 1.0.0 |
آخر تحديث | 2017-11-21 |
تاريخ النشر | 2017-11-21 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | felix.kaiser |
نوع الدفع | free |
موقع الإضافة | https://github.com/fxkr/chrome-qrcode-extension |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "QR-Code", "description": "Show a QR-Code for the current URL (without relying on some third-party API).", "version": "1.0.0", "homepage_url": "https:\/\/github.com\/fxkr\/chrome-qrcode-extension", "icons": { "16": "icon-16x16.png", "48": "icon-48x48.png", "128": "icon-128x128.png" }, "permissions": [ "tabs" ], "offline_enabled": true, "browser_action": { "default_icon": "icon-16x16.png", "default_popup": "popup.html" } } |