Smart QRCode
Smart QRCode
ما هو Smart QRCode؟
Smart QRCode هو إضافة Chrome تم تطويرها بواسطة ethan، والميزة الرئيسية لها هي "Smart QRCode".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Smart QRCode
قم بتنزيل ملفات الامتداد Smart QRCode بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Generates a QR Code from the Page URL of the current tab or Custom Texts with a single click. Additional options: * Five different QR code dimensions are supported, currently 220px, 380px, 512px, 800px and 1024px are supported. Right click the generated QR image and choose "Save Image As.." to save image locally and then you'll see the difference. * You can specify an icon image which will be drawed in the center of the QR code. Both online image and local image file are supported. (*Due to online image server's cross origin settings, some online images may not work)
معلومات أساسية عن التمديد
الاسم | Smart QRCode |
ID | bpneiabdnfmenainoficenddegfhgedo |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/smart-qrcode/bpneiabdnfmenainoficenddegfhgedo |
الوصف | Smart QRCode |
حجم الملف | 25.63 KB |
عدد التثبيتات | 125 |
النسخة الحالية | 1.0 |
آخر تحديث | 2016-12-03 |
تاريخ النشر | 2016-12-02 |
تقييم | 4.00/5 مجموع تقييمات 1 |
المطور | ethan |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Smart QRCode", "description": "Smart QRCode", "version": "1.0", "author": "Ethan", "permissions": [ "activeTab" ], "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" } } |