Offline QR-Code Generator
Generate QR Code without internet connectivity or server lag.
ما هو Offline QR-Code Generator؟
Offline QR-Code Generator هو إضافة Chrome تم تطويرها بواسطة https://www.pikspeak.com، والميزة الرئيسية لها هي "Generate QR Code without internet connectivity or server lag.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Offline QR-Code Generator
قم بتنزيل ملفات الامتداد Offline QR-Code Generator بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Copy text/URL from your laptop to your mobile phone. Type long text messages to on your laptop and simply transfer them to your mobile with one scan! Offline QR-Code Generator lets you generate QR codes locally without having you to be connected to the internet! Use any 'QR Code' scanner on your iOS/Android device! - Generate QR code instantly ! - No internet connectivity required - Large size QR Code size (400x400) - No server lag - Quick and easy open/close pop-up extension Its light, quick and handles all codes! Generate QR codes for text, URLs, phone numbers, SMS messages, or contacts (vcard). Github source of the extension: https://github.com/rahulgolwalkar/Offline-QR-Code-Generator
معلومات أساسية عن التمديد
الاسم | Offline QR-Code Generator |
ID | fehmldbcmhbdkofkiaedfejkalnidchm |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/offline-qr-code-generator/fehmldbcmhbdkofkiaedfejkalnidchm |
الوصف | Generate QR Code without internet connectivity or server lag. |
حجم الملف | 49.36 KB |
عدد التثبيتات | 10,971 |
النسخة الحالية | 1.1 |
آخر تحديث | 2020-03-03 |
تاريخ النشر | 2020-03-02 |
تقييم | 3.79/5 مجموع تقييمات 19 |
المطور | https://www.pikspeak.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/rahulgolwalkar/Offline-QR-Code-Generator |
عنوان صفحة المساعدة | https://github.com/rahulgolwalkar/Offline-QR-Code-Generator |
عنوان صفحة سياسة الخصوصية | http://tiny.cc/appsprivacy |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Offline QR-Code Generator", "description": "Generate QR Code without internet connectivity or server lag.", "version": "1.1", "icons": { "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "tabs" ], "browser_action": { "default_icon": "icon.png", "default_popup": "index.html" } } |