QR Code Generator
This extension quickly generates a QR Code for url of the current tab.
ما هو QR Code Generator؟
QR Code Generator هو إضافة Chrome تم تطويرها بواسطة https://webplusdevelopers.com، والميزة الرئيسية لها هي "This extension quickly generates a QR Code for url of the current tab.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة QR Code Generator
قم بتنزيل ملفات الامتداد QR Code Generator بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Quickly generate a QR Code for the URL of the current tab. To generate the QR Code for the current web page, click the QR code icon at the right of the address bar. See screenshot.
معلومات أساسية عن التمديد
الاسم | QR Code Generator |
ID | kndijjedkgagpeefiinpggmfedeigedm |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/qr-code-generator/kndijjedkgagpeefiinpggmfedeigedm |
الوصف | This extension quickly generates a QR Code for url of the current tab. |
حجم الملف | 53.81 KB |
عدد التثبيتات | 223 |
النسخة الحالية | 1.0 |
آخر تحديث | 2014-08-15 |
تاريخ النشر | 2014-08-15 |
المطور | https://webplusdevelopers.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "QR Code Generator", "author": "Josephus Paye II", "description": "This extension quickly generates a QR Code for url of the current tab.", "version": "1.0", "icons": { "128": "images\/icon_128.png" }, "permissions": [ "activeTab" ], "browser_action": { "default_icon": "images\/icon.png", "default_popup": "popup.html", "default_title": "Generate QR Code" } } |