QR Code Generator
Create QR Code quickly
ما هو QR Code Generator؟
QR Code Generator هو إضافة Chrome تم تطويرها بواسطة https://devehab.com، والميزة الرئيسية لها هي "Create QR Code quickly".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة QR Code Generator
قم بتنزيل ملفات الامتداد QR Code Generator بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Create your own QR Codes! This App generates QR Codes from free text. Features: - Generating QR code quickly. - Material design user interface. - Generate QR code from text messages, phone numbers ,links. - Change the size QR code. - Save QR code on your device. - This app can be used even when there is no connection to the Internet. - Speed in the performance.
معلومات أساسية عن التمديد
الاسم | QR Code Generator |
ID | eiopkgeeaokbolhdhfebipcneblkelcm |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/qr-code-generator/eiopkgeeaokbolhdhfebipcneblkelcm |
الوصف | Create QR Code quickly |
حجم الملف | 694 KB |
عدد التثبيتات | 1,679 |
النسخة الحالية | 1.0.4 |
آخر تحديث | 2016-05-04 |
تاريخ النشر | 2016-05-04 |
تقييم | 4.63/5 مجموع تقييمات 8 |
المطور | https://devehab.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en,zh-CN,zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "QR Code Generator", "version": "1.0.4", "manifest_version": 2, "description": "Create QR Code quickly", "short_name": "Create QR Code", "offline_enabled": true, "default_locale": "en", "icons": { "16": "icon\/icon.png", "48": "icon\/icon.png", "128": "icon\/icon.png" }, "background": { "persistent": false, "scripts": [ "js\/event.js" ] }, "options_page": "index.html", "browser_action": { "default_title": "Quick QR Code", "default_icon": { "19": "icon\/icon.png", "38": "icon\/icon.png" } }, "permissions": [ "tabs", "contextMenus" ], "homepage_url": "http:\/\/devehab.com", "author": "Ehab Kahwati" } |