Free QR Code Generator
Fast and simple QR Code Generator
ما هو Free QR Code Generator؟
Free QR Code Generator هو إضافة Chrome تم تطويرها بواسطة https://qr.vp43.ru، والميزة الرئيسية لها هي "Fast and simple QR Code Generator".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Free QR Code Generator
قم بتنزيل ملفات الامتداد Free QR Code Generator بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Text link, phone numbers, now all you can encode with this extension! In a matter of seconds you can download, share with a friend qr code, take from your device and read the text from it. Official page http://qr.vp43.ru/ 0.5.0 version New design! With Twitter Bootstrap!
معلومات أساسية عن التمديد
الاسم | Free QR Code Generator |
ID | ocnmfcnkkcpojobfhhpokjccbjbbmplb |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/free-qr-code-generator/ocnmfcnkkcpojobfhhpokjccbjbbmplb |
الوصف | Fast and simple QR Code Generator |
حجم الملف | 149 KB |
عدد التثبيتات | 943 |
النسخة الحالية | 0.5.2 |
آخر تحديث | 2014-03-16 |
تاريخ النشر | 2014-03-16 |
تقييم | 3.56/5 مجموع تقييمات 9 |
المطور | https://qr.vp43.ru |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | http://qr.vp43.ru/ |
اللغات المدعومة | en,ru |
manifest.json | |
{ "browser_action": { "default_title": "QR Generator", "default_icon": "icon_19.png", "default_popup": "index.html" }, "icons": { "19": "icon_128.png", "39": "icon_128.png", "48": "icon_128.png", "128": "icon_128.png" }, "manifest_version": 2, "minimum_chrome_version": "17", "name": "Free QR Code Generator", "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "description": "__MSG_ext_description__", "default_locale": "en", "version": "0.5.2", "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "tabs" ], "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx" } |