QR Code Maker and Decoder
QR Code Maker. Text, URL, phone numbers, SMS and contacts are supported. You can also decode QR code from image.
ما هو QR Code Maker and Decoder؟
QR Code Maker and Decoder هو إضافة Chrome تم تطويرها بواسطة Smart Software، والميزة الرئيسية لها هي "QR Code Maker. Text, URL, phone numbers, SMS and contacts are supported. You can also decode QR code from image.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة QR Code Maker and Decoder
قم بتنزيل ملفات الامتداد QR Code Maker and Decoder بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Creates a right-click context menu for making a QR Code from the current page, link or selected text. Text, URL, phone numbers, SMS and contacts are supported. You can also decode QR code from image. Published the extension since 2011 Updated to the manifest v3 in December 2023
معلومات أساسية عن التمديد
الاسم | QR Code Maker and Decoder |
ID | ekkkpjnnhmokcnfdllcgldppopnneooi |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/qr-code-maker-and-decoder/ekkkpjnnhmokcnfdllcgldppopnneooi |
الوصف | QR Code Maker. Text, URL, phone numbers, SMS and contacts are supported. You can also decode QR code from image. |
حجم الملف | 39.22 KB |
عدد التثبيتات | 10,000 |
النسخة الحالية | 0.9.2.3 |
آخر تحديث | 2023-12-12 |
تاريخ النشر | 2020-05-07 |
تقييم | 3.22/5 مجموع تقييمات 46 |
المطور | Smart Software |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://atomurl.net/qrcode/ |
عنوان صفحة المساعدة | https://atomurl.net/qrcode/ |
عنوان صفحة سياسة الخصوصية | http://iblogbox.com/chrome/tos.php |
اللغات المدعومة | de,en,fr,nl,no,da,es,it,hu,pl,sk,fi,sv,cs,el,ru,uk,iw,ar,ja,ko |
manifest.json | |
{ "background": { "service_worker": "js\/bg.js" }, "default_locale": "en", "description": "__MSG_ext_description__", "icons": { "128": "images\/icon128.png", "16": "images\/icon16.png", "48": "images\/icon48.png" }, "action": { "default_icon": "images\/icon19.png", "default_title": "__MSG_ext_name__" }, "name": "__MSG_ext_name__", "permissions": [ "storage", "activeTab", "contextMenus" ], "options_page": "options.html", "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "minimum_chrome_version": "88.0.0.0", "version": "0.9.2.3" } |