qrcode with scheme
generate qrcode with url scheme
ما هو qrcode with scheme؟
qrcode with scheme هو إضافة Chrome تم تطويرها بواسطة vivaxy، والميزة الرئيسية لها هي "generate qrcode with url scheme".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة qrcode with scheme
قم بتنزيل ملفات الامتداد qrcode with scheme بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Generate qrcode with url schema.
معلومات أساسية عن التمديد
الاسم | qrcode with scheme |
ID | nghpcjjmhemilbphegklaehbmoepfokk |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/qrcode-with-scheme/nghpcjjmhemilbphegklaehbmoepfokk |
الوصف | generate qrcode with url scheme |
حجم الملف | 28.81 KB |
عدد التثبيتات | 65 |
النسخة الحالية | 1.2.6 |
آخر تحديث | 2016-11-21 |
تاريخ النشر | 2016-11-20 |
تقييم | 5.00/5 مجموع تقييمات 4 |
المطور | vivaxy |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/vivaxy/qrcode-chrome |
عنوان صفحة المساعدة | https://github.com/vivaxy/qrcode-chrome/issues |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "qrcode with scheme", "version": "1.2.6", "description": "generate qrcode with url scheme", "icons": { "128": "img\/icon.128.png", "48": "img\/icon.48.png" }, "browser_action": { "default_icon": "img\/icon.128.png", "default_popup": "index.html" }, "options_ui": { "page": "options.html", "chrome_style": true, "open_in_tab": true }, "author": "vivaxy", "homepage_url": "https:\/\/github.com\/vivaxy\/qrcode-chrome", "permissions": [ "tabs", "storage" ] } |