QR Code Reader
Decode QR Codes from image
ما هو QR Code Reader؟
QR Code Reader هو إضافة Chrome تم تطويرها بواسطة https://c7x.me، والميزة الرئيسية لها هي "Decode QR Codes from image".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة QR Code Reader
قم بتنزيل ملفات الامتداد QR Code Reader بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Decode QR Codes from image معلومات أساسية عن التمديد
| الاسم | |
| ID | fpaifljagollofidhcdfnpenghcfcblj |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/qr-code-reader/fpaifljagollofidhcdfnpenghcfcblj |
| الوصف | Decode QR Codes from image |
| حجم الملف | 71.68 KB |
| عدد التثبيتات | 79 |
| النسخة الحالية | 1.0.0 |
| آخر تحديث | 2023-01-10 |
| تاريخ النشر | 2023-01-09 |
| المطور | https://c7x.me |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| عنوان صفحة سياسة الخصوصية | https://c7x.me/web-extension-privacy-policy.html |
| اللغات المدعومة | en,zh-CN |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "__MSG_name__",
"version": "1.0.0",
"default_locale": "en",
"description": "__MSG_description__",
"author": "Cople",
"icons": {
"16": "icon\/16.png",
"32": "icon\/32.png",
"48": "icon\/48.png",
"96": "icon\/96.png",
"128": "icon\/128.png"
},
"background": {
"service_worker": "js\/background.js"
},
"minimum_chrome_version": "92",
"offline_enabled": true,
"options_ui": {
"page": "options.html"
},
"permissions": [
"contextMenus",
"storage",
"scripting",
"activeTab"
],
"host_permissions": [
"https:\/\/api.mixpanel.com\/"
]
} | |