QR creator

Create QR code for current url.

ما هو QR creator؟

QR creator هو إضافة Chrome تم تطويرها بواسطة Uğur KINIK، والميزة الرئيسية لها هي "Create QR code for current url.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة QR creator

قم بتنزيل ملفات الامتداد QR creator بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        When you click extension icon, it shows you a QR code for current webpage. You can use this QR code to reach this website on another device like your smartphones.                    

معلومات أساسية عن التمديد

الاسم QR creator QR creator
ID bnapnikdipejhnceiohjeldjopimjecf
عنوان URL الرسمي https://chromewebstore.google.com/detail/qr-creator/bnapnikdipejhnceiohjeldjopimjecf
الوصف Create QR code for current url.
حجم الملف 42.96 KB
عدد التثبيتات 12,382
النسخة الحالية 0.3
آخر تحديث 2021-06-03
تاريخ النشر 2016-08-01
تقييم 4.33/5 مجموع تقييمات 12
المطور Uğur KINIK
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/kinix/qr-creator-chrome-extension
اللغات المدعومة en,tr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "0.3",
    "icons": {
        "16": "icons\/qr.png",
        "48": "icons\/qr.png",
        "128": "icons\/qr.png"
    },
    "permissions": [
        "tabs"
    ],
    "browser_action": {
        "default_icon": "icons\/qr.png",
        "default_popup": "index.html"
    },
    "manifest_version": 2
}