QR Code Generator
Creates QR Codes from open pages, URLs, images, links and selected text.
ما هو QR Code Generator؟
QR Code Generator هو إضافة Chrome تم تطويرها بواسطة Armin Kremm، والميزة الرئيسية لها هي "Creates QR Codes from open pages, URLs, images, links and selected text.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة QR Code Generator
قم بتنزيل ملفات الامتداد QR Code Generator بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
معلومات أساسية عن التمديد
الاسم | QR Code Generator |
ID | dfncpmlchoghcaleajocnbgnffdkpeia |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/qr-code-generator/dfncpmlchoghcaleajocnbgnffdkpeia |
الوصف | Creates QR Codes from open pages, URLs, images, links and selected text. |
حجم الملف | 48.34 KB |
عدد التثبيتات | 1,296 |
النسخة الحالية | 1.0 |
آخر تحديث | 2013-10-30 |
تاريخ النشر | 2013-10-29 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | Armin Kremm |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "QR Code Generator", "description": "Creates QR Codes from open pages, URLs, images, links and selected text.", "version": "1.0", "author": [ "Armin Kremm" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "tabs", "contextMenus" ], "background": { "scripts": [ "background.js" ] }, "page_action": { "default_icon": "icon19.png", "default_name": "Create QR code", "default_title": "Create an QR code for this page", "default_popup": "popup.html" } } |